Searched refs:tx_unit_size (Results 1 – 1 of 1) sorted by relevance
2120 const int tx_unit_size = tx_size_wide_log2[0]; in get_txb_dimensions() local2123 *visible_width = clamp(block_cols - (blk_col << tx_unit_size), 0, txb_width); in get_txb_dimensions()2125 clamp(block_rows - (blk_row << tx_unit_size), 0, txb_height); in get_txb_dimensions()