Searched refs:txb_width (Results 1 – 2 of 2) sorted by relevance
297 const int txb_width = block_size_wide[tx_bsize]; in get_txb_dimensions() local314 *visible_width = txb_width; in get_txb_dimensions()320 clamp(block_cols - (blk_col << MI_SIZE_LOG2), 0, txb_width); in get_txb_dimensions()322 if (width) *width = txb_width; in get_txb_dimensions()
2532 const int txb_width = tx_size_wide_unit[tx_size]; in try_tx_block_split() local2539 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split()2545 for (int c = 0; c < txb_width; c += sub_txb_width, ++blk_idx) { in try_tx_block_split()2994 const int txb_width = tx_size_wide_unit[sub_txs]; in tx_block_yrd() local2996 const int step = txb_height * txb_width; in tx_block_yrd()2999 assert(txb_width > 0 && txb_height > 0); in tx_block_yrd()3002 for (int col = 0; col < tx_size_wide_unit[tx_size]; col += txb_width) { in tx_block_yrd()