vpx/vp9/encoder/x86
James Zern 30466f26b4 Revert "Add AVX vectorized vp9_diamond_search_sad"
This reverts commit f1342a7b07.

This breaks 32-bit builds:
 runtime error: load of misaligned address 0xf72fdd48 for type 'const
__m128i' (vector of 2 'long long' values), which requires 16 byte
alignment

+ _mm_set1_epi64x is incompatible with some versions of visual studio

Change-Id: I6f6fc3c11403344cef78d1c432cdc9147e5c1673
2015-11-06 13:15:01 -08:00
..
vp9_avg_intrin_sse2.c Fix potential overflow issue in hadamard_16x16() 2015-06-12 10:56:18 -07:00
vp9_dct_mmx.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
vp9_dct_sse2.c Replace vp9_ prefix in 2D-DCT functions with vpx_ 2015-07-28 16:06:44 -07:00
vp9_dct_ssse3_x86_64.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
vp9_dct_ssse3.c Factor inverse transform functions into vpx_dsp 2015-07-31 16:21:00 -07:00
vp9_denoiser_sse2.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_error_intrin_avx2.c vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_error_sse2.asm Use newer x86inc.asm 2015-08-07 16:44:44 -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_error_avx.asm Optimize vp9_highbd_block_error_8bit assembly. 2015-10-21 12:30:40 +01:00
vp9_highbd_error_sse2.asm Optimization of 8bit block error for high bitdepth 2015-10-08 14:05:25 -07:00
vp9_quantize_sse2.c Migrate quantization functions from vp9/ to vpx_dsp/ 2015-07-17 16:38:14 -07:00
vp9_quantize_ssse3_x86_64.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
vp9_temporal_filter_apply_sse2.asm Fixed a crash windows build 2014-05-28 15:50:50 -07:00