• Home
  • Raw
  • Download

Lines Matching full:testfunction

75   T TestFunction() const { return test_func_; }  in TestFunction()  function in __anonf24301ee0111::TestParam
79 TestFunction() == other.TestFunction(); in operator ==()
142 bool same_fn = av1_convolve_x_sr_c == p.TestFunction(); in TEST_F()
166 bool same_fn = av1_highbd_convolve_x_sr_c == p.TestFunction(); in TEST_F()
364 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolve()
393 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolveSpeed()
478 GetParam().TestFunction()(input, width, test, kOutputStride, width, height, in TestConvolve()
506 highbd_convolve_x_func test_func = GetParam().TestFunction(); in TestConvolveSpeed()
581 GetParam().TestFunction()(input, width, test, kOutputStride, width, height, in TestConvolve()
609 GetParam().TestFunction()(input, width, test, kOutputStride, width, in TestConvolveSpeed()
683 GetParam().TestFunction()(input, width, test, kOutputStride, width, height, in TestConvolve()
706 highbd_convolve_y_func test_func = GetParam().TestFunction(); in TestConvolveSpeed()
756 GetParam().TestFunction()(input, width, test, kOutputStride, width, height); in RunTest()
803 GetParam().TestFunction()(input, width, test, kOutputStride, width, height); in RunTest()
885 GetParam().TestFunction()(input, width, test, kOutputStride, width, height, in TestConvolve()
918 GetParam().TestFunction()(input, width, test, kOutputStride, width, in TestConvolveSpeed()
1014 GetParam().TestFunction()(input, width, test, kOutputStride, width, height, in TestConvolve()
1047 GetParam().TestFunction()(input, width, test, kOutputStride, width, in TestConvolveSpeed()
1117 bool same_fn = av1_dist_wtd_convolve_x_c == e.TestFunction(); in TEST_F()
1135 bool same_fn = av1_highbd_dist_wtd_convolve_x_c == e.TestFunction(); in TEST_F()
1244 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()
1335 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()
1493 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()
1509 const auto test_func = GetParam().TestFunction(); in TestConvolveSpeed()
1613 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()
1700 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()
1798 Convolve(GetParam().TestFunction(), input1, input2, test, test_conv_buf, in TestConvolve()