vpx/vp8/encoder/x86
Timothy B. Terriberry 8f75ea6b5c Convert [4][4] matrices to [16] arrays.
Most of the code that actually uses these matrices indexes them as
 if they were a single contiguous array, and coverity produces
 reports about the resulting accesses that overflow the static
 bounds of the first row.
This is perfectly legal in C, but converting them to actual [16]
 arrays should eliminate the report, and removes a good deal of
 extraneous indexing and address operators from the code.

Change-Id: Ibda479e2232b3e51f9edf3b355b8640520fdbf23
2010-10-21 17:04:30 -07:00
..
dct_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
dct_sse2.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
dct_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04: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 Rewrite vp8_short_walsh4x4_sse2() 2010-10-21 13:02:55 -04:00
mcomp_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
preproc_mmx.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
quantize_mmx.asm Added vp8_fast_quantize_b_sse2 2010-10-07 11:43:19 -04:00
quantize_sse2.asm Fix compiler warning about vp8_fast_quantize_b_impl_ssse2. 2010-10-13 17:08:13 -07: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 Correct QWORD usage in assembly files 2010-10-13 16:57:57 -07: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 Add MMWORD PTR/XMMWORD PTR in subtract_sse2.asm 2010-10-21 13:42:24 -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 Add const qualifiers to variance/SAD functions. 2010-10-12 08:40:54 -04:00
variance_sse2.c Add const qualifiers to variance/SAD functions. 2010-10-12 08:40:54 -04:00
variance_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
x86_csystemdependent.c Convert [4][4] matrices to [16] arrays. 2010-10-21 17:04:30 -07:00