Searched refs:tx_size_high_log2 (Results 1 – 5 of 5) sorted by relevance
224 return tx_size_high_log2[tx_size] - tx_size_high_log2[0]; in get_txh_idx()
266 static const int tx_size_high_log2[TX_SIZES_ALL] = { variable
419 return ALIGN_POWER_OF_TWO(max_blocks_high, tx_size_high_log2[tx_size]); in max_intra_block_height()
282 (block_size_high[bsize] >> tx_size_high_log2[tx_size]); in set_skip_txfm()989 assert(tx_size_wide_log2[0] == tx_size_high_log2[0]); in dist_block_px_domain()
1031 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2; in read_tx_size_vartx()