summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2018-01-24 13:58:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-24 13:58:08 +0000
commitb9e44842fcaa97f336001564e7715d8a5f0496f0 (patch)
tree1e7b298c09cb38022d4d410a6f2cae644a433828 /vp9/common
parent742ae4b24d28342a1642c9749826ee8428b20d6e (diff)
parentc7449b482c43930a07efd81ee8f3af106f5d7cd1 (diff)
downloadlibvpx-b9e44842fcaa97f336001564e7715d8a5f0496f0.tar
libvpx-b9e44842fcaa97f336001564e7715d8a5f0496f0.tar.gz
libvpx-b9e44842fcaa97f336001564e7715d8a5f0496f0.tar.bz2
libvpx-b9e44842fcaa97f336001564e7715d8a5f0496f0.zip
Merge "vp9_quantize_fp_avx2()"
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 7ee7ddaee..d25f9694d 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -129,7 +129,7 @@ add_proto qw/int64_t vp9_block_error/, "const tran_low_t *coeff, const tran_low_
add_proto qw/int64_t vp9_block_error_fp/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size";
add_proto qw/void vp9_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
-specialize qw/vp9_quantize_fp neon sse2/, "$ssse3_x86_64";
+specialize qw/vp9_quantize_fp neon sse2 avx2/, "$ssse3_x86_64";
add_proto qw/void vp9_quantize_fp_32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
specialize qw/vp9_quantize_fp_32x32 neon/, "$ssse3_x86_64";