summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-02-14 21:28:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-14 21:28:23 +0000
commit9c2bb7f3422e607ca6a3da9c62f47a63abf9b967 (patch)
tree462014c29c74f0c144e426f45cc06dddbeff38a3 /vp9/common
parent4b402746cad6f9dbebbb3c3b79a2da098385d46f (diff)
parent2b24aa87d9ffd81988112cfc3c0fe84a99b4a7b2 (diff)
downloadlibvpx-9c2bb7f3422e607ca6a3da9c62f47a63abf9b967.tar
libvpx-9c2bb7f3422e607ca6a3da9c62f47a63abf9b967.tar.gz
libvpx-9c2bb7f3422e607ca6a3da9c62f47a63abf9b967.tar.bz2
libvpx-9c2bb7f3422e607ca6a3da9c62f47a63abf9b967.zip
Merge "quantize_fp highbd neon: use tran_low_t for coeff"
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 87aaecb23..5df5fc5a8 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -136,6 +136,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_block_error_fp sse2/;
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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
+ specialize qw/vp9_quantize_fp neon/;
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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";