Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodemb.c280 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in encode_block()
621 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in av1_encode_block_intra()
Drdopt.c3139 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in search_txk_type()
3397 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in search_txk_type()
3453 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in search_txk_type()
5207 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in try_tx_block_no_split()
5379 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in select_tx_block()
5535 update_txk_array(mbmi->txk_type, plane_bsize, blk_row, blk_col, tx_size, in tx_block_yrd()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c356 update_txk_array(mbmi->txk_type, mbmi->sb_type, row, col, tx_size, in av1_read_coeffs_txb_facade()
/external/libaom/libaom/av1/common/
Dblockd.h822 static INLINE void update_txk_array(TX_TYPE *txk_type, BLOCK_SIZE bsize, in update_txk_array() function