summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-02-16 23:51:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-16 23:51:14 +0000
commita9b81da575f0ba8048783351540b1da9d96a3e1e (patch)
tree0df8d9dc7f7407d49cae7c84fd4a0f0845127bc1 /vp9/common
parent0f014c97e5fc950f7ef0d25bfb8ff4593e7e733a (diff)
parent21044546074fa2c8a00ada0391c33309518f0a4d (diff)
downloadlibvpx-a9b81da575f0ba8048783351540b1da9d96a3e1e.tar
libvpx-a9b81da575f0ba8048783351540b1da9d96a3e1e.tar.gz
libvpx-a9b81da575f0ba8048783351540b1da9d96a3e1e.tar.bz2
libvpx-a9b81da575f0ba8048783351540b1da9d96a3e1e.zip
Merge "block error avx2: use tran_low_t"
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 4aada2605..f0ab4f69c 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -125,6 +125,7 @@ if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes") {
if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
add_proto qw/int64_t vp9_block_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz";
+ specialize qw/vp9_block_error avx2/;
add_proto qw/int64_t vp9_highbd_block_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd";
specialize qw/vp9_highbd_block_error sse2/;