diff options
Diffstat (limited to 'third_party/aom/test/av1_convolve_optimz_test.cc')
-rw-r--r-- | third_party/aom/test/av1_convolve_optimz_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/av1_convolve_optimz_test.cc b/third_party/aom/test/av1_convolve_optimz_test.cc index c32f4cb95..95bf63f44 100644 --- a/third_party/aom/test/av1_convolve_optimz_test.cc +++ b/third_party/aom/test/av1_convolve_optimz_test.cc @@ -74,7 +74,7 @@ class AV1ConvolveOptimzTest : public ::testing::TestWithParam<ConvParams> { subpel_ = GET_PARAM(5); int ref = GET_PARAM(6); const int plane = 0; - conv_params_ = get_conv_params(ref, plane); + conv_params_ = get_conv_params(ref, ref, plane); alloc_ = new uint8_t[maxBlockSize * 4]; src_ = alloc_ + (vertiOffset * maxWidth); |