[cvs] / xvidcore / src / motion / motion_est.h Repository:
ViewVC logotype

Log of /xvidcore/src/motion/motion_est.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-4: (view) (download) (annotate)
Sticky Tag:

Revision 1.3.2.20
Wed Sep 10 22:19:00 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.19: +1 -1 lines
FILE REMOVED
Motion Estimation module splitting.

Revision 1.3.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 18:40:02 2003 UTC (20 years, 7 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.3.2.18: +4 -1 lines
Diff to previous 1.3.2.18 , to branch point 1.3
Newly introduced:

- XVID_ME_DETECT_STATIC_MOTION: skips MV search in stationary scenes (gives a slight speed-up and a PSNR drop of ~0.03 dB)
- XVID_ME_FASTREFINE16: low complexity subpel refinement. Useful mainly for qpel (big speed-up, small PSNR drop of ~0.05 dB)
- XVID_VOP_FAST_MODEDECISION_RD: performs R-D checking only 'when really needed' (significant speed-up, again mild PSNR drop)

All new options need further testing/fine tuning...

Revision 1.3.2.18 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 11:06:16 2003 UTC (20 years, 8 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.17: +7 -5 lines
Diff to previous 1.3.2.17 , to branch point 1.3
Speed improvements; another many-years-old-bug fixed (in p/b/i decision)

Revision 1.3.2.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 09:25:25 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.16: +5 -5 lines
Diff to previous 1.3.2.16 , to branch point 1.3
/me slaps Syskin. I told you gcc had not min/max.

Revision 1.3.2.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 15:10:30 2003 UTC (20 years, 8 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.15: +14 -14 lines
Diff to previous 1.3.2.15 , to branch point 1.3
small speed improvements

Revision 1.3.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 10:10:54 2003 UTC (20 years, 8 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.14: +15 -21 lines
Diff to previous 1.3.2.14 , to branch point 1.3
lumimasking fixed (part 1); p/b/i decision changed again; code cleanups

Revision 1.3.2.14 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 15:08:45 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.13: +16 -16 lines
Diff to previous 1.3.2.13 , to branch point 1.3
API changes

Revision 1.3.2.13 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 09:57:28 2003 UTC (20 years, 9 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.12: +18 -9 lines
Diff to previous 1.3.2.12 , to branch point 1.3
mcsel decision in motion loop, tons of fixes and speedups

Revision 1.3.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:51:54 2003 UTC (20 years, 10 months ago) by chl
Branch: dev-api-4
Changes since 1.3.2.11: +51 -3 lines
Diff to previous 1.3.2.11 , to branch point 1.3
3 warp point GME - first commit

Revision 1.3.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 11:50:27 2003 UTC (20 years, 10 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.10: +15 -15 lines
Diff to previous 1.3.2.10 , to branch point 1.3
VHQ is P4 compatible again | improved PBI decision *again*

Revision 1.3.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 19 09:59:37 2003 UTC (20 years, 10 months ago) by syskin
Branch: dev-api-4
Changes since 1.3.2.9: +8 -6 lines
Diff to previous 1.3.2.9 , to branch point 1.3
ugly bugs fixed, R-D works better now

Revision 1.3.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:54:41 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.8: +11 -16 lines
Diff to previous 1.3.2.8 , to branch point 1.3
Added legal header

Revision 1.3.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:22:18 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.7: +12 -9 lines
Diff to previous 1.3.2.7 , to branch point 1.3
ISO C89 comment style

Revision 1.3.2.7 - (view) (download) (annotate) - [select for diffs]
Wed May 14 20:23:02 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.6: +72 -13 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Synced RD code from syskin motion_est.c:1.70 motion_est.h:1.8

Revision 1.3.2.6 - (view) (download) (annotate) - [select for diffs]
Wed May 14 18:46:39 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.5: +30 -5 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Merged ME changes from cvs_head motion_est.c:1.69 and motion_est.h:1.7

Revision 1.3.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 15:35:52 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.4: +3 -14 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Syncing with CVS_HEAD -- include last Syskin's changes motion_est.c-1.64 motion_est.h-1.6

Revision 1.3.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Apr 5 16:47:44 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.3: +9 -7 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Synced with CVS_HEAD -- faster d_mv_bits + bugfix

Revision 1.3.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 10:11:06 2003 UTC (21 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.2: +3 -1 lines
Diff to previous 1.3.2.2 , to branch point 1.3
Fix aligment problem for dct blocks

Revision 1.3.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 14:56:49 2003 UTC (21 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.1: +20 -20 lines
Diff to previous 1.3.2.1 , to branch point 1.3
Changed flags naming conventions

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:45 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
++api v1.-127.0

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 14:40:11 2003 UTC (21 years, 2 months ago) by syskin
Branch: MAIN
Branch point for: dev-api-4
Changes since 1.2: +7 -9 lines
Diff to previous 1.2
cleanups

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:18 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.1: +313 -0 lines
Diff to previous 1.1
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.1
Mon Sep 23 20:36:02 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Branch point for: dev-api-3
FILE REMOVED
file motion_est.h was initially added on branch dev-api-3.

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