]> git.sesse.net Git - x264/history - common/pixel.h
Add support for SSE4a (Phenom) LZCNT instruction
[x264] / common / pixel.h
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-09-15 Loren Merritthadamard_ac for psy-rd
2008-09-05 Fiona GlaserAdd merged SAD for i16x16 analysis
2008-09-05 Fiona GlaserAdd sad_aligned for faster subme=1 mbcmp
2008-08-16 David PethesAdd dedicated variance function instead of using SAD+SSD
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-20 Loren Merrittnew ssd_8x*_sse2
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-11-17 Loren Merrittremove sad_pde. it's been unused ever since successive...
2006-09-12 Loren Merrittfaster ESA
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-05-09 Loren Merrittfaster intra search: some prediction modes don't have...
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-14 Loren MerrittSimplify x264_mb_mc_01xywh()
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...