vpx/vp9/encoder/x86
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
..
vp9_avg_intrin_sse2.c Revert "Revert "Force_split on 16x16 blocks in variance partition."" 2015-04-16 17:52:13 -07:00
vp9_dct32x32_avx2.c Fix visual studio 2013 compiler warnings 2014-11-05 13:47:28 -08:00
vp9_dct32x32_sse2.c sse2 visual studio build fix 2014-12-03 16:35:26 -08:00
vp9_dct_avx2.c Fix bug 805 2014-07-28 15:46:01 -07:00
vp9_dct_impl_sse2.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
vp9_dct_mmx.asm Added high bitdepth sse2 transform functions 2014-12-02 11:16:24 -08:00
vp9_dct_sse2.c vp9_fdct8x8_quant_sse2: quiet a static analysis warning 2015-03-18 14:33:04 -07:00
vp9_dct_sse2.h sse2 visual studio build fix 2014-12-03 16:35:26 -08:00
vp9_dct_ssse3_x86_64.asm SSSE3 assembly implementation of 8x8 Hadamard transform 2015-04-04 09:59:37 -07:00
vp9_dct_ssse3.c Optimize quantization simd implementation 2015-04-01 11:47:09 -07:00
vp9_denoiser_sse2.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_error_intrin_avx2.c AVX2 To VP9 Block Error Optimization 2014-05-14 11:51:07 -07:00
vp9_error_sse2.asm Reduce required xmm number by one in block_error_fp 2015-04-01 12:07:35 -07:00
vp9_highbd_block_error_intrin_sse2.c Added highbitdepth sse2 acceleration for quantize 2014-11-19 23:55:19 -08:00
vp9_highbd_quantize_intrin_sse2.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_highbd_subpel_variance.asm Fix high bit depth assembly function bugs 2015-02-05 11:24:03 -08:00
vp9_highbd_variance_impl_sse2.asm Added sse2 acceleration for highbitdepth variance 2014-11-14 15:18:53 -08:00
vp9_highbd_variance_sse2.c Added sse2 acceleration for highbitdepth variance 2014-11-14 15:18:53 -08:00
vp9_quantize_sse2.c Optimize quantization simd implementation 2015-04-01 11:47:09 -07:00
vp9_quantize_ssse3_x86_64.asm Tune SSSE3 assembly implementation to improve quantization speed 2015-04-01 15:28:01 -07:00
vp9_ssim_opt_x86_64.asm Renames x86_64 specific asm files 2014-05-21 13:55:56 -07:00
vp9_subpel_variance_impl_intrin_avx2.c 32 Align Load bug 2014-08-14 14:07:28 -07:00
vp9_subpel_variance.asm Changes to assembler for NASM on mac. 2014-11-24 12:00:50 -08:00
vp9_subtract_sse2.asm Remove emms - that shouldn't be there. 2013-06-21 14:45:04 -07:00
vp9_temporal_filter_apply_sse2.asm Fixed a crash windows build 2014-05-28 15:50:50 -07:00
vp9_variance_avx2.c Cleaning up vp9_variance_avx2.c. 2014-09-02 11:01:29 -07:00
vp9_variance_impl_intrin_avx2.c AVX2 Variance Optimization 2014-01-08 12:05:53 -07:00
vp9_variance_sse2.c Fix issues in 32bit PIC enabled build 2015-01-27 22:20:21 -08:00