vpx/vp8/encoder/x86
Scott LaVarnway 516ea8460b Use the fast quantizer for inter mode selection
Use the fast quantizer for inter mode selection and the
regular quantizer for the rest of the encode for good quality,
speed 1.  Both performance and quality were improved.  The
quality gains will make up for the quality loss mentioned in
I9dc089007ca08129fb6c11fe7692777ebb8647b0.

Change-Id: Ia90bc9cf326a7c65d60d31fa32f6465ab6984d21
2010-12-28 14:51:46 -05:00
..
dct_mmx.asm FDCT optimizations. 2010-11-10 14:34:02 -08:00
dct_sse2.asm FDCT optimizations. 2010-11-10 14:34:02 -08:00
dct_x86.h FDCT optimizations. 2010-11-10 14:34:02 -08:00
encodemb_x86.h Add SSE2 subtract functions 2010-10-18 14:15:15 -04:00
encodeopt.asm nasm: match instruction length (movd/movq) to parameters 2010-10-04 23:36:29 +02:00
fwalsh_sse2.asm Save XMM registers in asm functions 2010-10-28 16:59:03 -04:00
mcomp_x86.h Full search SAD function optimization in SSE4.1 2010-10-27 13:36:31 -04:00
quantize_mmx.asm Added vp8_fast_quantize_b_sse2 2010-10-07 11:43:19 -04:00
quantize_sse2.asm vp8 fast quantizer sse2 optimizations for eob. 2010-12-09 15:00:30 -08:00
quantize_ssse3.asm SSSE3 version of fast quantizer 2010-11-01 16:24:15 -04:00
quantize_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
sad_mmx.asm Correct QWORD usage in assembly files 2010-10-13 16:57:57 -07:00
sad_sse2.asm Correct QWORD usage in assembly files 2010-10-13 16:57:57 -07:00
sad_sse3.asm Remove stack shadowing for x86-x64 for SAD functions. 2010-11-15 10:56:02 -08:00
sad_sse4.asm Fix full-search SAD function crash in Visual Studio 2010-10-28 15:26:58 -04:00
sad_ssse3.asm Correct QWORD usage in assembly files 2010-10-13 16:57:57 -07:00
subtract_mmx.asm Add SSE2 subtract functions 2010-10-18 14:15:15 -04:00
subtract_sse2.asm Save XMM registers in asm functions 2010-10-28 16:59:03 -04:00
variance_impl_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
variance_impl_sse2.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
variance_mmx.c Fix half-pixel variance RTCD functions 2010-10-27 13:00:30 -04:00
variance_sse2.c Fix half-pixel variance RTCD functions 2010-10-27 13:00:30 -04:00
variance_x86.h Full search SAD function optimization in SSE4.1 2010-10-27 13:36:31 -04:00
x86_csystemdependent.c Use the fast quantizer for inter mode selection 2010-12-28 14:51:46 -05:00