[svn] / branches / dev-api-4 / xvidcore / src / motion / estimation_bvop.c Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/motion/estimation_bvop.c

Parent Directory Parent Directory


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

Revision 1275 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 13:26:48 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 32693 byte(s)
Diff to previous 1274 , to selected 1238
- XVID_ME_BFRAME_EARLYSTOP
sorry for all the new ME flags ;-)

Revision 1274 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 02:53:30 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 31308 byte(s)
Diff to previous 1273 , to selected 1238
- XVID_ME_FAST_MODEINTERPOLATE

Revision 1273 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 02:02:08 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30878 byte(s)
Diff to previous 1238
- XVID_ME_FASTREFINE16 also for b-frame bf_search
- XVID_ME_SKIP_DELTASEARCH to skip direct mode delta search

Revision 1238 - (view) (download) (annotate) - [selected]
Modified Wed Dec 3 19:46:50 2003 UTC (20 years, 3 months ago) by edgomez
File length: 29480 byte(s)
Diff to previous 1237
sane default for profile if its value is 0x00 (reserved and usually the
result of a create structure memset(..., 0, ...))

Revision 1237 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 3 11:51:28 2003 UTC (20 years, 3 months ago) by syskin
File length: 29511 byte(s)
Diff to previous 1215 , to selected 1238
final ME twaking - one very small bug found in the process

Revision 1215 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 19 12:24:25 2003 UTC (20 years, 4 months ago) by syskin
File length: 29631 byte(s)
Diff to previous 1212 , to selected 1238
SearchData revised - not longer constant across checkcandidates, but keeps search results in self - no pointers and redirections. All checkcandidates are faster now.

Revision 1212 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 15:32:38 2003 UTC (20 years, 4 months ago) by edgomez
File length: 29361 byte(s)
Diff to previous 1201 , to selected 1238
Valgrind reported lot of unitialized reads. These unitialized reads
helped sysKin finding three bugs:
  - ZeroMacroblock did not reset the cbp field. So for some skipped
    blocks, a test was done on the cbp value...
  - MEanalysis was using wrong mvs from the current bvop (unitialized
    or just wrong in current context). That's because in devapi3,
    bframes used to share the same mvs array wheras now, it's one array
    a bvop.
  - Collocated skipped MBs for a bvop didn't reset mvs[0] and b_mvs[0].

Revision 1201 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 9 20:47:14 2003 UTC (20 years, 4 months ago) by edgomez
File length: 29305 byte(s)
Diff to previous 1160 , to selected 1238
* transfer_8to16_sub2_(c|mmx|xmm|3dne) write back the compensated
  result to current frame pointer.
* transfer_8to16_sub2_mmx uses proper rounding (a+b+1)/2. The +1
  operation was missing.
* Blocks skipped in bframes must be compensated for psnr computing.

Revision 1160 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 30 18:20:31 2003 UTC (20 years, 6 months ago) by edgomez
File length: 29262 byte(s)
Diff to previous 1142 , to selected 1238
Warnings and ANSI C cleanups

Revision 1142 - (view) (download) (annotate) - [select for diffs]
Added Wed Sep 10 22:19:00 2003 UTC (20 years, 6 months ago) by edgomez
File length: 29247 byte(s)
Diff to selected 1238
Motion Estimation module splitting.

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