Make libvpx Chromium build friendly
[profile/ivi/libvpx.git] / vp8 / encoder / x86 / ssim_opt.asm
2012-05-24 Alpha LamMake libvpx Chromium build friendly
2011-09-16 John KoleszarMerge "Fixes the boundary checks for extrapolated and...
2011-08-31 Scott LaVarnwayMerge "Skip computation of distortion in vp8_pick_inter...
2011-08-30 John KoleszarMerge "Recalculate zbin_extra only if regular quantizer...
2011-08-24 Scott LaVarnwayMerge "Faster vp8_default_coef_probs"
2011-08-23 Fritz KoenigUse local labels for jumps/loops in x86 assembly.
2011-08-22 Fritz KoenigReclassify optimized ssim calculations as SSE2.
2011-08-22 Fritz KoenigMerge "Revert "Reclasify optimized ssim calculations...
2011-08-22 Fritz KoenigRevert "Reclasify optimized ssim calculations as SSE2."
2011-08-22 Fritz KoenigMerge "Reclasify optimized ssim calculations as SSE2."
2011-08-19 Fritz KoenigReclasify optimized ssim calculations as SSE2.
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-19 Johannmodify SAVE_XMM for potential 64bit use
2011-04-19 JohannMerge "Add save/restore xmm registers in x86 assembly...
2011-04-18 Yunqing WangMerge "Use sub-pixel search's SSE in mode selection"
2011-04-18 Yunqing WangMerge "Handle long delay between video frames in multi...
2011-04-18 JohannMerge "store quant_shift as an unsigned char"
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-18 Yaowu XuMerge "fixed an overflow in ssim calculation"
2011-04-07 Jim Bankoskifixed an overflow in ssim calculation
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-17 John KoleszarMerge "Fix "used uninitialized" warning in vp8_pack_bit...
2011-03-14 John KoleszarMerge "Fix an unused variable warning."
2011-03-14 JohannMerge "Add vp8_mse16x16_armv6 function"
2011-03-11 JohannMerge "ARMv6 optimized quantization"
2011-03-11 John KoleszarMerge "1 Pass CQ and VBR bug fixes"
2011-03-11 John KoleszarMerge "Fix incorrect macroblock counts in twopass rate...
2011-03-11 Yunqing WangMerge "Align SAD output array to be 16-byte aligned"
2011-03-11 John KoleszarMerge "vp8cx- alternate ssim function with optimizations"
2011-03-11 Jim Bankoskivp8cx- alternate ssim function with optimizations