• Home
  • Raw
  • Download

Lines Matching defs:test_func

70   TestParam(const BlockSize &block, int bd, T test_func)  in TestParam()
100 T test_func) { in GetTestParams()
121 std::vector<TestParam<T>> GetLowbdTestParams(T test_func) { in GetLowbdTestParams()
127 T test_func) { in BuildLowbdParams()
149 std::vector<TestParam<T>> GetHighbdTestParams(T test_func) { in GetHighbdTestParams()
155 T test_func) { in BuildHighbdParams()
362 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolve() local
391 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolveSpeed() local
464 convolve_x_func test_func = GetParam().TestFunction(); in RunTest() local
494 convolve_x_func test_func = GetParam().TestFunction(); in SpeedTest() local
597 highbd_convolve_x_func test_func = GetParam().TestFunction(); in TestConvolveSpeed() local
699 highbd_convolve_x_func test_func = GetParam().TestFunction(); in SpeedTest() local
878 convolve_y_func test_func = GetParam().TestFunction(); in SpeedTest() local
969 highbd_convolve_y_func test_func = GetParam().TestFunction(); in TestConvolveSpeed() local
1063 highbd_convolve_y_func test_func = GetParam().TestFunction(); in SpeedTest() local
1378 convolve_2d_func test_func = GetParam().TestFunction(); in SpeedTest() local
1607 highbd_convolve_2d_func test_func = GetParam().TestFunction(); in SpeedTest() local
1648 std::initializer_list<int> bit_depths, T test_func) { in GetLumaTestParams()
1665 std::vector<TestParam<T>> GetLowbdLumaTestParams(T test_func) { in GetLowbdLumaTestParams()
1671 T test_func) { in BuildLowbdLumaParams()
1687 std::vector<TestParam<T>> GetHighbdLumaTestParams(T test_func) { in GetHighbdLumaTestParams()
1711 T test_func) { in BuildHighbdLumaParams()
1815 void Convolve(convolve_x_func test_func, const uint8_t *src1, in Convolve()
1917 void Convolve(highbd_convolve_x_func test_func, const uint16_t *src1, in Convolve()
2102 const auto test_func = GetParam().TestFunction(); in TestConvolveSpeed() local
2132 void Convolve(compound_conv_2d_copy_func test_func, const uint8_t *src1, in Convolve()
2213 void Convolve(highbd_compound_conv_2d_copy_func test_func, in Convolve()
2307 void Convolve(convolve_2d_func test_func, const uint8_t *src1, in Convolve()
2412 void Convolve(highbd_convolve_2d_func test_func, const uint16_t *src1, in Convolve()