Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt_utils.h296 const int txb_height = block_size_high[tx_bsize]; in get_txb_dimensions() local
303 *visible_height = txb_height; in get_txb_dimensions()
309 clamp(block_rows - (blk_row << MI_SIZE_LOG2), 0, txb_height); in get_txb_dimensions()
311 if (height) *height = txb_height; in get_txb_dimensions()
Dtx_search.c2533 const int txb_height = tx_size_high_unit[tx_size]; in try_tx_block_split() local
2539 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split()
2544 for (int r = 0, blk_idx = 0; r < txb_height; r += sub_txb_height) { in try_tx_block_split()
2995 const int txb_height = tx_size_high_unit[sub_txs]; in tx_block_yrd() local
2996 const int step = txb_height * txb_width; in tx_block_yrd()
2999 assert(txb_width > 0 && txb_height > 0); in tx_block_yrd()
3001 for (int row = 0; row < tx_size_high_unit[tx_size]; row += txb_height) { in tx_block_yrd()