summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-02-16 11:12:31 -0800
committerJohann <johannkoenig@google.com>2017-02-16 12:39:02 -0800
commit21044546074fa2c8a00ada0391c33309518f0a4d (patch)
treed034795719ebe7f9b3e616bd64aa10a26816208b /vp9/common
parent0bf6b51572442cf6a8ee33a6011a34f1cc74a9dc (diff)
downloadlibvpx-21044546074fa2c8a00ada0391c33309518f0a4d.tar
libvpx-21044546074fa2c8a00ada0391c33309518f0a4d.tar.gz
libvpx-21044546074fa2c8a00ada0391c33309518f0a4d.tar.bz2
libvpx-21044546074fa2c8a00ada0391c33309518f0a4d.zip
block error avx2: use tran_low_t
Change-Id: Ic5f3a1f569d6f82afeaf4fcd7235374bb460db3c
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 720e171b5..bf6de44a6 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/;