Log of /branches/Isibaar/xvidcore/src/prediction
Directory Listing
Revision
1002 -
Directory Listing
Modified
Sat May 3 10:05:56 2003 UTC (19 years, 10 months ago) by
This commit was manufactured by cvs2svn to create branch 'Isibaar'.
Revision
139 -
Directory Listing
Modified
Thu Apr 25 20:39:02 2002 UTC (20 years, 11 months ago) by
chl
Original Path:
trunk/xvidcore/src/prediction
Re-Added get_pmv() for returning median predictor only without all the
other stuff like neighbours and SAD values.
Revision
78 -
Directory Listing
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years ago) by
edgomez
Original Path:
trunk/xvidcore/src/prediction
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.