Searched refs:highbd_comp_mask_pred_func (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/test/ |
D | comp_mask_variance_test.cc | 280 typedef void (*highbd_comp_mask_pred_func)(uint8_t *comp_pred8, typedef 286 typedef ::testing::tuple<highbd_comp_mask_pred_func, BLOCK_SIZE, int> 298 void RunCheckOutput(highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, 300 void RunSpeedTest(highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize); 348 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv) { in RunCheckOutput() 379 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize) { in RunSpeedTest() 398 highbd_comp_mask_pred_func funcs[2] = { aom_highbd_comp_mask_pred_c, in RunSpeedTest() 404 highbd_comp_mask_pred_func func = funcs[i]; in RunSpeedTest() 452 void RunCheckOutput(highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, 454 void RunSpeedTest(highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, [all …]
|