summaryrefslogtreecommitdiff
path: root/third_party/aom/test/av1_txfm_test.h
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-10-17 05:59:08 -0500
committertrav90 <travawine@palemoon.org>2018-10-17 05:59:08 -0500
commit9fa6624569db3980469289b124d12ecba8b4fbee (patch)
treec4fdd5d1b09d08c0514f208246260fc87372cb56 /third_party/aom/test/av1_txfm_test.h
parent9f182a2351dc7f12ad7f43979665f7dc1ebd7ddb (diff)
downloaduxp-9fa6624569db3980469289b124d12ecba8b4fbee.tar.gz
Update aom to slightly newer commit ID
Diffstat (limited to 'third_party/aom/test/av1_txfm_test.h')
-rw-r--r--third_party/aom/test/av1_txfm_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/aom/test/av1_txfm_test.h b/third_party/aom/test/av1_txfm_test.h
index 70f971d090..d46f0bba7b 100644
--- a/third_party/aom/test/av1_txfm_test.h
+++ b/third_party/aom/test/av1_txfm_test.h
@@ -79,7 +79,7 @@ static const int input_base = (1 << bd);
#if CONFIG_HIGHBITDEPTH
#if CONFIG_AV1_ENCODER
static const Fwd_Txfm2d_Func fwd_txfm_func_ls[TX_SIZES] = {
-#if CONFIG_CB4X4
+#if CONFIG_CHROMA_2X2
NULL,
#endif
av1_fwd_txfm2d_4x4_c, av1_fwd_txfm2d_8x8_c, av1_fwd_txfm2d_16x16_c,
@@ -88,7 +88,7 @@ static const Fwd_Txfm2d_Func fwd_txfm_func_ls[TX_SIZES] = {
#endif
static const Inv_Txfm2d_Func inv_txfm_func_ls[TX_SIZES] = {
-#if CONFIG_CB4X4
+#if CONFIG_CHROMA_2X2
NULL,
#endif
av1_inv_txfm2d_add_4x4_c, av1_inv_txfm2d_add_8x8_c,