Searched refs:comp_round_shift_array_func (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | av1_round_shift_array_test.cc | 28 typedef void (*comp_round_shift_array_func)(int32_t *arr, int size, int bit); typedef 36 typedef std::tuple<comp_round_shift_array_func, BLOCK_SIZE, int> 49 void RunCheckOutput(comp_round_shift_array_func test_impl, BLOCK_SIZE bsize, 51 void RunSpeedTest(comp_round_shift_array_func test_impl, BLOCK_SIZE bsize, 61 comp_round_shift_array_func test_impl, BLOCK_SIZE bsize, int bit) { in RunCheckOutput() 78 void AV1CompRoundShiftTest::RunSpeedTest(comp_round_shift_array_func test_impl, in RunSpeedTest() 89 comp_round_shift_array_func funcs[2] = { av1_round_shift_array_c, test_impl }; in RunSpeedTest() 94 comp_round_shift_array_func func = funcs[i]; in RunSpeedTest()
|