summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-01-23 09:47:34 -0800
committerLinfeng Zhang <linfengz@google.com>2018-01-23 11:24:42 -0800
commit231012fdab530a1fea51dbeeeadf2eaf97c76dc9 (patch)
tree260707863225ebced25af19e5ee48a4bc037030d /vp9/common/vp9_rtcd_defs.pl
parent8fd648c78abfa89752f5843a3d4ac2a49b358402 (diff)
downloadlibvpx-231012fdab530a1fea51dbeeeadf2eaf97c76dc9.tar
libvpx-231012fdab530a1fea51dbeeeadf2eaf97c76dc9.tar.gz
libvpx-231012fdab530a1fea51dbeeeadf2eaf97c76dc9.tar.bz2
libvpx-231012fdab530a1fea51dbeeeadf2eaf97c76dc9.zip
Add vp9_highbd_iht16x16_256_add_sse4_1()
BUG=webm:1413 Change-Id: I8d7eeae1bd219eb848c1a86071046a477f7a91af
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-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 a3dbcab49..7ee7ddaee 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -105,6 +105,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
specialize qw/vp9_highbd_iht4x4_16_add sse4_1/;
specialize qw/vp9_highbd_iht8x8_64_add sse4_1/;
+ specialize qw/vp9_highbd_iht16x16_256_add sse4_1/;
}
}