[cvs] / xvidcore / src / motion / estimation_pvop.c Repository:
ViewVC logotype

Log of /xvidcore/src/motion/estimation_pvop.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.24.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:57 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: rc1_1_3_0, release-1_3_0, release-1_3_1
Changes since 1.24: +1 -7 lines
Diff to previous 1.24 , to next main 1.25
get rid off compiler warnings

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:43 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -7 lines
Diff to previous 1.24
get rid off compiler warnings

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 16:02:00 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.23: +57 -40 lines
Diff to previous 1.23
refactorized encoder multi-threading
introduced slice-based encoding

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 15:18:21 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
PSNRHVSM R-D optimization

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:42:19 2006 UTC (18 years ago) by syskin
Branch: MAIN
CVS Tags: release-1_2_0, release-1_2_2, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
final skip threshold had its sign reversed, oops

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Feb 27 00:24:02 2006 UTC (18 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.20: +22 -42 lines
Diff to previous 1.20
synchronize only once *slaps forhead*

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 01:20:41 2006 UTC (18 years, 2 months ago) by syskin
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19
oops I forgot to commit these yesterday ;_;

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 08:46:22 2006 UTC (18 years, 2 months ago) by syskin
Branch: MAIN
Changes since 1.18: +176 -1 lines
Diff to previous 1.18
multithreaded encoding

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 06:52:12 2005 UTC (18 years, 4 months ago) by syskin
Branch: MAIN
Changes since 1.17: +113 -85 lines
Diff to previous 1.17
cleanup; skip decision moved to separate function

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 22:14:20 2005 UTC (19 years ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Branch point for: release-1_1-branch
Changes since 1.16: +9 -1 lines
Diff to previous 1.16
- Fixed the cartoon mode bug reported by CruNcher

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 14 00:47:08 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.15: +23 -23 lines
Diff to previous 1.15
- New lambda tables for R-D motion search. The old tables were obviously
  taken from h.264, which uses a logarithmic quantizer scale. This lead to
  bad results at very low bit-rates. With this patch, compression efficiency
  at low bit-rates is greatly improved.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 22:13:33 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.14: +43 -11 lines
Diff to previous 1.14
+ Ok, finally realized that the cartoon mode bug is mostly GMC related. So new try ;-)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 01:27:07 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- must be 0x3f and not 0x2f - d'oh!

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Mar 2 20:22:10 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
- Cartoon mode bugfix

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 13:12:26 2005 UTC (19 years, 2 months ago) by syskin
Branch: MAIN
Changes since 1.11: +7 -9 lines
Diff to previous 1.11
assume that fcode also limits average MV in mcsel==1 blocks. fixes a visual bug caused by different prediction from such MV

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 23:02:54 2004 UTC (19 years, 4 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 12:43:48 2004 UTC (19 years, 4 months ago) by syskin
Branch: MAIN
Changes since 1.9: +43 -3 lines
Diff to previous 1.9
new fcode code

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 04:53:01 2004 UTC (19 years, 4 months ago) by syskin
Branch: MAIN
Changes since 1.8: +53 -153 lines
Diff to previous 1.8
RRV removed from ME

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 07:12:54 2004 UTC (19 years, 9 months ago) by syskin
Branch: MAIN
Changes since 1.7: +8 -7 lines
Diff to previous 1.7
new ME for b-frames + small redesign of subpel refinement function

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 27 14:25:49 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
+ / * b0rk. best typo ever

Revision 1.2.2.2 - (view) (download) (annotate) - [select for diffs]
Thu May 27 14:19:04 2004 UTC (19 years, 11 months ago) by syskin
Branch: release-1_0-branch
CVS Tags: release-1_0_1, release-1_0_2, release-1_0_3
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.25
+ / * b0rk. best typo ever

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 23 11:57:47 2004 UTC (20 years ago) by syskin
Branch: MAIN
Changes since 1.5: +1 -3 lines
Diff to previous 1.5
oops a bug

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 22 13:39:33 2004 UTC (20 years ago) by syskin
Branch: MAIN
Changes since 1.4: +11 -12 lines
Diff to previous 1.4
smarter SKIP

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 06:10:40 2004 UTC (20 years ago) by syskin
Branch: MAIN
Changes since 1.3: +98 -131 lines
Diff to previous 1.3
1st stage cleanup: new fast qpel

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 14:05:08 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
Merged 1.0 fixes

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 10:41:28 2004 UTC (20 years ago) by syskin
Branch: release-1_0-branch
CVS Tags: release-1_0_0
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
oooooooops I borked vhq>1 - should be ~5% faster now (with qpel)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:24 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.1: +1008 -0 lines
Diff to previous 1.1
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.1.2.14 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 15:30:03 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.13: +2 -2 lines
Diff to previous 1.1.2.13 , to branch point 1.1 , to next main 1.25
Cleanup patch while doing branch merging with tla

Revision 1.1.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 21:31:32 2003 UTC (20 years, 4 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.1.2.12: +2 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1
improved reliability of new speed-up flags

Revision 1.1.2.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 17:49:28 2003 UTC (20 years, 4 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.1.2.11: +41 -4 lines
Diff to previous 1.1.2.11 , to branch point 1.1
qpel speed-up

Revision 1.1.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 02:02:08 2003 UTC (20 years, 4 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.1.2.10: +1 -81 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- XVID_ME_FASTREFINE16 also for b-frame bf_search
- XVID_ME_SKIP_DELTASEARCH to skip direct mode delta search

Revision 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 11:51:28 2003 UTC (20 years, 4 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.9: +4 -4 lines
Diff to previous 1.1.2.9 , to branch point 1.1
final ME twaking - one very small bug found in the process

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:13:16 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.8: +2 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
* Thread safe MPEG4 quantization functions.
  Cleaned up version of patch provided by Michael
   - fixed compiling problems on gcc
   - added const qualifiers every where it was possible to help C compiler
     optimization.
   - added the mpeg_quant_matrices param to all ASM function prototype
     in comments (even if it's not used, that shows we do it deliberatly)
   - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 12:24:25 2003 UTC (20 years, 5 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.7: +38 -47 lines
Diff to previous 1.1.2.7 , to branch point 1.1
SearchData revised - not longer constant across checkcandidates, but keeps search results in self - no pointers and redirections. All checkcandidates are faster now.

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 21:41:21 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.6: +1 -0 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Michael introduced a fast subpel refine that uses a (iMinSAD2, currentQMV2)
couple of data. The problem is that he plugged this in CheckCandidate16_qpel
that is used outside this context, thus a if statement was traversed with
garbage data in the standard subpel case. For perfection sake, using a
iMinSAD=256*4096 value collects correct data even if it will not be used in
the normal subpel case.

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 12:41:41 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.5: +2 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
* Added sse2 f/iDCT code from skal
* Added hooking in xvid.c

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 23:47:29 2003 UTC (20 years, 6 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.1.2.4: +4 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Bugfix: stationary motion threshold determination

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 16:30:07 2003 UTC (20 years, 6 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.3: +4 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
another bugfix

Revision 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 12:36:56 2003 UTC (20 years, 6 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.2: +62 -132 lines
Diff to previous 1.1.2.2 , to branch point 1.1
speedups and one bugfix

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 18:20:31 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Warnings and ANSI C cleanups

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 22:18:59 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1: +1125 -0 lines
Diff to previous 1.1
Motion Estimation module splitting.

Revision 1.1
Wed Sep 10 22:18:59 2003 UTC (20 years, 7 months ago) by edgomez
Branch: MAIN
Branch point for: dev-api-4
FILE REMOVED
file estimation_pvop.c was initially added on branch dev-api-4.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4