vpx/vp8/encoder/arm
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
..
armv6 Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
neon Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
boolhuff_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
csystemdependent.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
dct_arm.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemb_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemb_arm.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
mcomp_arm.c copy compiler warning fixes 2010-10-18 13:23:39 -04:00
picklpf_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
quantize_arm.c Convert [4][4] matrices to [16] arrays. 2010-10-21 17:04:30 -07:00
quantize_arm.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
variance_arm.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
vpx_vp8_enc_asm_offsets.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00