summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorMarco Paniconi <marpan@google.com>2017-08-25 18:20:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-25 18:20:31 +0000
commit3e069846b996bb9821bff8ad5d30554ef64bf531 (patch)
treea8eafd4b6dfb263960b561162051cf8f0ad3e462 /vpx_dsp/vpx_dsp_rtcd_defs.pl
parentece1989fa2da10eecf1cb1dde1d5f8afa9480b8b (diff)
parent8c42237bb200253931c49e2c530838f3a877dd65 (diff)
downloadlibvpx-3e069846b996bb9821bff8ad5d30554ef64bf531.tar
libvpx-3e069846b996bb9821bff8ad5d30554ef64bf531.tar.gz
libvpx-3e069846b996bb9821bff8ad5d30554ef64bf531.tar.bz2
libvpx-3e069846b996bb9821bff8ad5d30554ef64bf531.zip
Merge "Revert "quantize avx: copy 32x32 implementation""
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl
index 04c7930fd..51ec2e50e 100644
--- a/vpx_dsp/vpx_dsp_rtcd_defs.pl
+++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl
@@ -673,7 +673,7 @@ if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
specialize qw/vpx_quantize_b neon sse2 ssse3 avx/;
add_proto qw/void vpx_quantize_b_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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
- specialize qw/vpx_quantize_b_32x32 neon ssse3 avx/;
+ specialize qw/vpx_quantize_b_32x32 neon ssse3/, "$avx_x86_64";
if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
add_proto qw/void vpx_highbd_quantize_b/, "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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";