[svn] / trunk / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/motion/motion_est.c

Parent Directory Parent Directory


Sticky Revision:
(Current path doesn't exist after revision 1381)

Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 75246 byte(s)
Diff to previous 248
resync patch

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 75270 byte(s)
Diff to previous 234
resync support, check_cpu_features() fixed

Revision 234 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 75246 byte(s)
Diff to previous 232
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 232 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 21 16:12:48 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 75013 byte(s)
Diff to previous 195
bframes patch

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
File length: 74952 byte(s)
Diff to previous 184
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 184 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 27 18:07:38 2002 UTC (21 years, 10 months ago) by chl
File length: 71516 byte(s)
Diff to previous 181
Returned to old style MotionEstimation (one loop for INTER and INTER4V)

Revision 181 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 22 12:42:25 2002 UTC (21 years, 10 months ago) by chl
File length: 72568 byte(s)
Diff to previous 175
Added AdvDiamond_MainSearch by sysKIn which seems to be faster and better
than normal Diamond_MainSearch, at least for plain fullpel search. It can
be activated by PMV_ADVANCEDDIAMOND16/8 flag.

Revision 175 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 12 17:21:30 2002 UTC (21 years, 10 months ago) by chl
File length: 63200 byte(s)
Diff to previous 174
Small bugfix in MotionEstimation (wrong prediction for INTER4V)

Revision 174 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 23:54:30 2002 UTC (21 years, 10 months ago) by chl
File length: 62802 byte(s)
Diff to previous 172
Use INTER4V only if neighbours move different than current block.
Save quality, some speedup.

Revision 172 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 15:32:59 2002 UTC (21 years, 10 months ago) by chl
File length: 62067 byte(s)
Diff to previous 170
general cleanup, first modifications for new INTER4V heuristics

Revision 170 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 21:47:51 2002 UTC (21 years, 10 months ago) by edgomez
File length: 62328 byte(s)
Diff to previous 169
Fix for gcc

Revision 169 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 00:42:35 2002 UTC (21 years, 10 months ago) by chl
File length: 62283 byte(s)
Diff to previous 167
Tests to not double check vectors in PMVfast16/8 (only in prediction, not during diamonds phase).
Minor speedup.

Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 7 20:03:18 2002 UTC (21 years, 10 months ago) by chl
File length: 60755 byte(s)
Diff to previous 152
MotionEst(): set sad8[] also for INTER mode to correct values (for get_pmdata)

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 62094 byte(s)
Diff to previous 141
#define BFRAMES

Revision 141 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 23:24:59 2002 UTC (21 years, 11 months ago) by chl
File length: 62009 byte(s)
Diff to previous 140
Fixed some minor issues in ME, changed calc_delta16/8 to non-linear function of quant
(from a paper on H.26L). Now inter4v finally gives some improvement.

Revision 140 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 21:32:05 2002 UTC (21 years, 11 months ago) by chl
File length: 60033 byte(s)
Diff to previous 136
Adapted PMVFast16/8 for using prevMB instead of pMB, seems to work.

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 60109 byte(s)
Diff to previous 132
FRAMEINFO

Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 23 00:04:51 2002 UTC (21 years, 11 months ago) by chenm001
File length: 56970 byte(s)
Diff to previous 118
remove some compile warning

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 56810 byte(s)
Diff to previous 117
bframe "support" code

Revision 117 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 11 15:04:05 2002 UTC (21 years, 11 months ago) by canard
File length: 56606 byte(s)
Diff to previous 115
segfault fix

Revision 115 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 11 10:18:40 2002 UTC (21 years, 11 months ago) by canard
File length: 56607 byte(s)
Diff to previous 96
PPC update

Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 1 22:47:58 2002 UTC (22 years ago) by chl
File length: 56573 byte(s)
Diff to previous 78
Added EPZS and EPZS^2. Unfortunately slower and not really better than PMVfast

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
File length: 34339 byte(s)
Diff to previous 3
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
File length: 34750 byte(s)
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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