From 231012fdab530a1fea51dbeeeadf2eaf97c76dc9 Mon Sep 17 00:00:00 2001 From: Linfeng Zhang Date: Tue, 23 Jan 2018 09:47:34 -0800 Subject: Add vp9_highbd_iht16x16_256_add_sse4_1() BUG=webm:1413 Change-Id: I8d7eeae1bd219eb848c1a86071046a477f7a91af --- vp9/common/vp9_rtcd_defs.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'vp9/common/vp9_rtcd_defs.pl') 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/; } } -- cgit v1.2.3