summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-11-19 11:17:36 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-11-19 11:17:36 -0800
commitce77a7bcb05c1fec6a3b9af7e0ee0a11df2b1239 (patch)
treebb3646ae4e33138b9d3b99459bc6763fb53cbb01 /vp9/common/vp9_rtcd_defs.pl
parent587f0cd39d9b949185f148a683db410d4e3f04b0 (diff)
parent2d3cc8ea2b163fd7275ed0c44102659ff0acd68b (diff)
downloadlibvpx-ce77a7bcb05c1fec6a3b9af7e0ee0a11df2b1239.tar
libvpx-ce77a7bcb05c1fec6a3b9af7e0ee0a11df2b1239.tar.gz
libvpx-ce77a7bcb05c1fec6a3b9af7e0ee0a11df2b1239.tar.bz2
libvpx-ce77a7bcb05c1fec6a3b9af7e0ee0a11df2b1239.zip
Merge "Add sse2 version for vp9_quantize_fp"
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-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 d4bbc25c9..7175389dd 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -1154,7 +1154,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_block_error avx2/, "$sse2_x86inc";
add_proto qw/void vp9_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
- specialize qw/vp9_quantize_fp neon/, "$ssse3_x86_64";
+ specialize qw/vp9_quantize_fp neon sse2/, "$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 *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
specialize qw/vp9_quantize_fp_32x32/, "$ssse3_x86_64";