vpx/vp8/encoder
James Zern fd3658b0e4 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
this macro was used inconsistently and only differs in behavior from
DECLARE_ALIGNED when an alignment attribute is unavailable. this macro
is used with calls to assembly, while generic c-code doesn't rely on it,
so in a c-only build without an alignment attribute the code will
function as expected.

Change-Id: Ie9d06d4028c0de17c63b3a27e6c1b0491cc4ea79
2015-05-07 11:55:08 -07:00
..
arm Correctly initialize "ones" value in neon quantize 2014-11-20 18:34:45 -08:00
x86 replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
bitstream.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
bitstream.h Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
block.h Various updates to vp8. 2014-12-03 16:01:28 -08:00
boolhuff.c ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/. 2013-03-18 15:39:04 -07:00
boolhuff.h remove unused fields from BOOL_CODER / vp9_writer 2014-08-05 21:58:03 -07:00
dct_value_cost.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dct_value_tokens.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dct.c fixed integer overflow warnings 2013-09-26 09:20:15 -07:00
defaultcoefcounts.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
denoising.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
denoising.h Various updates to vp8. 2014-12-03 16:01:28 -08:00
encodeframe.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
encodeframe.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
encodeintra.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
encodeintra.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
encodemb.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
encodemb.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
encodemv.c ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/. 2013-03-18 15:39:04 -07:00
encodemv.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
ethreading.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
firstpass.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
firstpass.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
lookahead.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
lookahead.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
mcomp.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
mcomp.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
modecosts.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
modecosts.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
mr_dissim.c Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
mr_dissim.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
onyx_if.c Move shared SAD code to vpx_dsp 2015-05-06 16:58:20 -07:00
onyx_int.h vp8enc: Prevent out of bounds memory access. 2015-01-27 16:44:31 -08:00
pickinter.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
pickinter.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
picklpf.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
quantize.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
quantize.h Remove pair quantization 2014-10-31 13:42:55 -07:00
ratectrl.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
ratectrl.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
rdopt.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
rdopt.h Allow for deblocking temporal-denoised signal. 2014-06-13 14:34:05 -07:00
segmentation.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
segmentation.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
ssim.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
temporal_filter.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
tokenize.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
tokenize.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
treewriter.c Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
treewriter.h vp8/encoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00