Log of /branches/dev-api-4/xvidcore/src/quant
Directory Listing
Revision
886 -
Directory Listing
Modified
Fri Feb 21 14:49:29 2003 UTC (20 years, 1 month ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
603 -
Directory Listing
Modified
Sat Oct 19 11:41:12 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)
Revision
457 -
Directory Listing
Modified
Sun Sep 8 17:28:22 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- removed const qualifiers because the functions do not return const matrices
(i'll change that in a later time)
Revision
447 -
Directory Listing
Modified
Sat Sep 7 14:16:13 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- Hmmm, i've been obliged to revert the previous patch because ofthe mmx code using the same arrays, so they need to be global. We'll have to fix that, because it's not *thread safe*.
Revision
442 -
Directory Listing
Modified
Sat Sep 7 11:21:10 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- header fixed
- removed history from file
- moved peter's copyright to top of file
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/quant
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
224 -
Directory Listing
Modified
Wed Jun 19 08:46:57 2002 UTC (20 years, 9 months ago) by
uManiac
Original Path:
trunk/xvidcore/src/quant
ProfDrMorph's new (unoptimized) Luma Masking code:
luminance masking now works with relative values instead of absolute ones
the new code raises/lowers oberall quant for especially bright/dark frames ( Weber-Fechner law: humans see less differences in bright scenes )
every pixel with a very low lumi value is set to 0 for better compressability ( again the Weber-Fechner law; below a certain intesity humans won't see anything )
Revision
78 -
Directory Listing
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
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.