summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_sse2.asm
AgeCommit message (Expand)Author
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2011-11-03Change use of eob in the encoderTero Rintaluoma
2011-08-23Use local labels for jumps/loops in x86 assembly.Fritz Koenig
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-13store quant_shift as an unsigned charJohann
2011-04-04use asm_offsets with vp8_fast_quantize_b_sse2Johann
2011-04-01tweak vp8_regular_quantize_b_sse2Johann
2011-03-29use GLOBAL correctly on 32bit shared librariesJohann
2011-03-24use asm_offsets with vp8_regular_quantize_b_sse2Johann
2011-01-14update sse2 regular quantizerJohann
2010-12-09vp8 fast quantizer sse2 optimizations for eob.Fritz Koenig
2010-10-13Fix compiler warning about vp8_fast_quantize_b_impl_ssse2.Fritz Koenig
2010-10-07Added vp8_fast_quantize_b_sse2Scott LaVarnway
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-08-02nasm: use OWORD vs DQWORDJan Kratochvil
2010-06-14sse2 version of vp8_regular_quantize_bScott LaVarnway