Home
last modified time | relevance | path

Searched refs:av1_txb_init_levels_func (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dencodetxb_test.cc205 typedef void (*av1_txb_init_levels_func)(const tran_low_t *const coeff, typedef
209 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()