diff options
Diffstat (limited to 'media/libaom/src/test/test_intra_pred_speed.cc')
-rw-r--r-- | media/libaom/src/test/test_intra_pred_speed.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libaom/src/test/test_intra_pred_speed.cc b/media/libaom/src/test/test_intra_pred_speed.cc index b72ac11674..25c50d022a 100644 --- a/media/libaom/src/test/test_intra_pred_speed.cc +++ b/media/libaom/src/test/test_intra_pred_speed.cc @@ -878,6 +878,8 @@ INTRA_PRED_TEST(AVX2_6, TX_64X16, aom_dc_predictor_64x16_avx2, aom_dc_128_predictor_64x16_avx2, aom_v_predictor_64x16_avx2, NULL, aom_paeth_predictor_64x16_avx2, NULL, NULL, NULL) #endif + +#if CONFIG_AV1_HIGHBITDEPTH // ----------------------------------------------------------------------------- // High Bitdepth namespace { @@ -1460,5 +1462,6 @@ HIGHBD_INTRA_PRED_TEST( aom_highbd_smooth_h_predictor_64x16_c) // ----------------------------------------------------------------------------- +#endif // CONFIG_AV1_HIGHBITDEPTH #include "test/test_libaom.cc" |