Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Didct.c44 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_4x4_c()
61 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_4x8_c()
69 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_8x4_c()
214 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_c()
315 assert(av1_ext_tx_used[txfm_param.tx_set_type][txfm_param.tx_type]); in av1_inverse_transform_block()
Dblockd.h751 static const int av1_ext_tx_used[EXT_TX_SET_TYPES][TX_TYPES] = { variable
997 if (!av1_ext_tx_used[tx_set_type][tx_type]) tx_type = DCT_DCT; in av1_get_tx_type()
1000 assert(av1_ext_tx_used[av1_get_ext_tx_set_type(tx_size, is_inter_block(mbmi), in av1_get_tx_type()
/external/libaom/libaom/test/
Dav1_txfm_test.h96 return av1_ext_tx_used[tx_set_type][tx_type] != 0; in IsTxSizeTypeValid()
/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c246 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_fwd_txfm()
Dbitstream.c810 assert(av1_ext_tx_used[tx_set_type][tx_type]); in av1_write_tx_type()
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_sse4.c5123 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_4x4_sse4_1()
5794 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_sse4_1()
Dhighbd_inv_txfm_avx2.c4222 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_avx2()