Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h732 static INLINE TX_SIZE tx_size_from_tx_mode(BLOCK_SIZE bsize, TX_MODE tx_mode) { in tx_size_from_tx_mode() function
/external/libaom/libaom/av1/encoder/
Dencodeframe.c316 mbmi->tx_size = tx_size_from_tx_mode(mbmi->sb_type, tx_mode); in reset_tx_size()
6079 intra_tx_size = tx_size_from_tx_mode(bsize, cm->tx_mode); in encode_superblock()
6105 tx_size = tx_size_from_tx_mode(bsize, cm->tx_mode); in encode_superblock()
Drdopt.c3685 mbmi->tx_size = tx_size_from_tx_mode(bs, cm->tx_mode); in choose_largest_tx_size()
3760 const TX_SIZE chosen_tx_size = tx_size_from_tx_mode(bs, cm->tx_mode); in choose_tx_size_type_from_rd()
4198 TX_SIZE tx_size = tx_size_from_tx_mode(bsize, cm->tx_mode); in intra_model_yrd()
11021 block_signals_txsize(bsize) ? tx_size_from_tx_mode(bsize, cm->tx_mode) in rd_pick_skip_mode()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1373 return tx_size_from_tx_mode(bsize, tx_mode); in read_tx_size()