Searched refs:av1_set_txb_context (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemb.h | 119 static INLINE void av1_set_txb_context(MACROBLOCK *x, int plane, int block, in av1_set_txb_context() function
|
D | encodemb.c | 414 av1_set_txb_context(x, plane, block, tx_size, a, l); in encode_block() 673 av1_set_txb_context(x, plane, block, tx_size, a, l); in encode_block_intra_and_set_context()
|
D | tx_search.c | 2651 av1_set_txb_context(x, 0, block, tx_size, pta, ptl); in select_tx_block() 2847 av1_set_txb_context(x, plane, block, tx_size, a, l); in block_rd_txfm() 2989 av1_set_txb_context(x, 0, block, tx_size, ta, tl); in tx_block_yrd()
|