Searched refs:av1_txb_init_levels_func (Results 1 – 1 of 1) sorted by relevance
205 typedef void (*av1_txb_init_levels_func)(const tran_low_t *const coeff, typedef209 typedef std::tuple<av1_txb_init_levels_func, int> TxbInitLevelParam;215 void RunTest(av1_txb_init_levels_func test_func, int tx_size, int is_speed);219 void EncodeTxbInitLevelTest::RunTest(av1_txb_init_levels_func test_func, in RunTest()