vpx/vpx_dsp/x86
Linfeng Zhang 39de45d3cc Update sad4d x86 functions
Speed change is marginal.

Change-Id: I4d548e9763ce43bd546f19132202f7a8509a32bf
2018-03-28 12:49:12 -07:00
..
add_noise_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
avg_intrin_avx2.c vpx: [x86] add vpx_satd_avx2() 2017-11-10 12:24:12 -08:00
avg_intrin_sse2.c vpx: hadamard: use ptrdiff_t instead of int for stride 2017-10-26 11:41:48 -07:00
avg_pred_sse2.c vpx_comp_avg_pred: sse2 optimization 2017-04-13 08:44:52 -07:00
avg_ssse3_x86_64.asm bitdepth conversion: really use num elements 2017-02-16 15:02:48 +00:00
bitdepth_conversion_avx2.h runtime error fix: bitdepth_conversion_avx2.h 2017-11-09 12:26:43 -08:00
bitdepth_conversion_sse2.asm quantize_fp highbd ssse3: use tran_low_t for coeff 2017-02-16 07:40:56 -08:00
bitdepth_conversion_sse2.h correct bitdepth_conversion_sse2.h header guard 2017-02-16 12:43:33 -08:00
convolve_avx2.h Optimize convolve8 SSSE3 and AVX2 intrinsics 2017-10-24 10:39:48 -04:00
convolve_ssse3.h Optimize convolve8 SSSE3 and AVX2 intrinsics 2017-10-24 10:39:48 -04:00
convolve.h Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
deblock_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
fwd_dct32x32_impl_avx2.h Fold adds in 16->32-bit converts in SSE2/AVX2 fDCT 2018-02-10 14:25:24 -05:00
fwd_dct32x32_impl_sse2.h Fold adds in 16->32-bit converts in SSE2/AVX2 fDCT 2018-02-10 14:25:24 -05:00
fwd_txfm_avx2.c vpx_dsp: apply clang-format 2016-07-25 14:14:19 -07:00
fwd_txfm_impl_sse2.h clang-format v5.0.0 vpx_dsp/ 2018-01-18 12:37:50 -08:00
fwd_txfm_sse2.c vpx_dsp: apply clang-format 2016-07-25 14:14:19 -07:00
fwd_txfm_sse2.h vpx_dsp: apply clang-format 2016-07-25 14:14:19 -07:00
fwd_txfm_ssse3_x86_64.asm fwd txfm ssse3: use GLOBAL() for loading constants 2017-11-15 13:01:44 -08:00
highbd_convolve_avx2.c clang-format v5.0.0 vpx_dsp/ 2018-01-18 12:37:50 -08:00
highbd_idct4x4_add_sse2.c Remove the unnecessary upcasts of (int)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
highbd_idct4x4_add_sse4.c Add vp9_highbd_iht4x4_16_add_sse4_1() 2018-01-08 10:14:20 -08:00
highbd_idct8x8_add_sse2.c Add "vpx_" prefix to 2 idct x86 functions 2018-01-23 09:17:38 -08:00
highbd_idct8x8_add_sse4.c Add "vpx_" prefix to 2 idct x86 functions 2018-01-23 09:17:38 -08:00
highbd_idct16x16_add_sse2.c Remove the unnecessary upcasts of (int)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
highbd_idct16x16_add_sse4.c Add vp9_highbd_iht16x16_256_add_sse4_1() 2018-01-23 11:24:42 -08:00
highbd_idct32x32_add_sse2.c Remove the unnecessary upcasts of (int)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
highbd_idct32x32_add_sse4.c Remove the unnecessary upcasts of (int)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
highbd_intrapred_intrin_sse2.c vpxdsp: [x86] add highbd_d135_predictor functions 2017-09-29 08:56:38 -07:00
highbd_intrapred_intrin_ssse3.c vpxdsp: [x86] add highbd_d135_predictor functions 2017-09-29 08:56:38 -07:00
highbd_intrapred_sse2.asm Code clean of highbd_tm_predictor_32x32 2015-12-22 16:51:57 -08:00
highbd_inv_txfm_sse2.h Add vp9_highbd_iht4x4_16_add_sse4_1() 2018-01-08 10:14:20 -08:00
highbd_inv_txfm_sse4.h Add vp9_highbd_iht16x16_256_add_sse4_1() 2018-01-23 11:24:42 -08:00
highbd_loopfilter_sse2.c Remove unnecessary includes of emmintrin_compat.h 2017-11-29 11:48:24 -05:00
highbd_quantize_intrin_sse2.c quantize: ignore skip_block in x86 2017-08-21 14:37:03 -07:00
highbd_sad4d_sse2.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
highbd_sad_sse2.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
highbd_subpel_variance_impl_sse2.asm BUG FIX: sse2 subpel variance is not PIC compliant 2018-01-24 05:58:54 -08:00
highbd_variance_impl_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
highbd_variance_sse2.c Resolve -Wshorten-64-to-32 in highbd variance. 2017-04-05 17:34:02 -07:00
intrapred_sse2.asm vpx: fix nasm build errors 2017-10-03 20:02:21 +00:00
intrapred_ssse3.asm Slow pshufb removal in 3 intra prediction functions. 2016-06-02 10:55:58 -07:00
inv_txfm_sse2.c Add vp9_highbd_iht16x16_256_add_sse4_1() 2018-01-23 11:24:42 -08:00
inv_txfm_sse2.h Add vp9_highbd_iht16x16_256_add_sse4_1() 2018-01-23 11:24:42 -08:00
inv_txfm_ssse3.c Remove the unnecessary upcasts of (int)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
inv_txfm_ssse3.h Remove the unnecessary cast of (int16_t)cospi_{1...31}_64 2017-09-20 14:13:26 -07:00
inv_wht_sse2.asm bitdepth conversion: really use num elements 2017-02-16 15:02:48 +00:00
loopfilter_avx2.c Unify loopfilter function names 2016-09-29 16:25:42 -07:00
loopfilter_sse2.c Unify loopfilter function names 2016-09-29 16:25:42 -07:00
mem_sse2.h Add 4 to 3 scaling SSSE3 optimization 2017-10-16 15:42:42 -07:00
quantize_avx.c quantize x86: dedup some parts 2017-11-27 13:09:21 -08:00
quantize_sse2.c quantize x86: dedup some parts 2017-11-27 13:09:21 -08:00
quantize_ssse3.c quantize x86: dedup some parts 2017-11-27 13:09:21 -08:00
quantize_x86.h vp9_quantize_fp_avx2() 2018-01-18 13:33:30 -08:00
sad4d_avx2.c Update sad4d x86 functions 2018-03-28 12:49:12 -07:00
sad4d_avx512.c Support building AVX-512 and implement sadx4 for AVX-512 2017-11-03 13:37:23 -04:00
sad4d_sse2.asm Code clean of sad4xNx4D_sse 2015-12-17 17:43:46 -08:00
sad_avx2.c vpx_dsp: apply clang-format 2016-07-25 14:14:19 -07:00
sad_sse2.asm sad_sse2: fix sad4xN(_avg) on windows 2015-12-18 19:19:32 -08:00
sad_sse3.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
sad_sse4.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
sad_ssse3.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
ssim_opt_x86_64.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
subpel_variance_sse2.asm BUG FIX: sse2 subpel variance is not PIC compliant 2018-01-24 05:58:54 -08:00
subtract_sse2.asm Use newer x86inc.asm 2015-08-07 16:44:44 -07:00
sum_squares_sse2.c vp9_rdopt: correct size to vpx_sum_squares_2d_i16 2017-03-22 12:04:33 -07:00
transpose_sse2.h Add transpose_8bit_{4x4,8x8}() x86 optimization 2017-10-03 10:00:30 -07:00
txfm_common_sse2.h Refactor highbd idct 4x4 and 8x8 x86 functions 2017-07-27 18:01:03 -07:00
variance_avx2.c Optimize AVX2 get16x16var and get32x16var functions 2017-11-17 13:55:49 -05:00
variance_sse2.c vpx_variance16x16_sse2: correct cast order 2017-07-25 16:45:40 -07:00
vpx_asm_stubs.c Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_convolve_copy_sse2.asm Remove get_filter_base() and get_filter_offset() in convolve 2017-09-05 15:22:36 -07:00
vpx_high_subpixel_8t_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
vpx_high_subpixel_bilinear_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
vpx_subpixel_8t_intrin_avx2.c Refactor x86/vpx_subpixel_8t_intrin_avx2.c 2017-10-17 11:57:40 -04:00
vpx_subpixel_8t_intrin_ssse3.c Remove unnecessary includes of emmintrin_compat.h 2017-11-29 11:48:24 -05:00
vpx_subpixel_8t_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
vpx_subpixel_8t_ssse3.asm Refactor x86/vpx_subpixel_8t_intrin_ssse3.c 2017-10-03 13:02:05 -07:00
vpx_subpixel_bilinear_sse2.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00
vpx_subpixel_bilinear_ssse3.asm explicitly label .text sections 2017-12-01 14:33:04 -08:00