Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Drdopt_utils.h314 const int txb_width = block_size_wide[tx_bsize]; in get_txb_dimensions() local
331 *visible_width = txb_width; in get_txb_dimensions()
337 clamp(block_cols - (blk_col << MI_SIZE_LOG2), 0, txb_width); in get_txb_dimensions()
339 if (width) *width = txb_width; in get_txb_dimensions()
H A Dtx_search.c2402 const int txb_width = tx_size_wide_unit[tx_size]; in try_tx_block_split() local
2409 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split()
2418 for (int c = 0; c < txb_width; c += sub_txb_width, ++blk_idx) { in try_tx_block_split()
3275 const int txb_width = tx_size_wide_unit[sub_txs]; in tx_block_yrd() local
3277 const int step = txb_height * txb_width; in tx_block_yrd()
3284 assert(txb_width > 0 && txb_height > 0); in tx_block_yrd()
3288 for (int col = 0; col < col_end; col += txb_width) { in tx_block_yrd()