Searched refs:TX_UNIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
297 #define TX_UNIT_SIZE_LOG2 2 macro302 (tx_blk_col << TX_UNIT_SIZE_LOG2); in mi_to_pixel_loc()304 (tx_blk_row << TX_UNIT_SIZE_LOG2); in mi_to_pixel_loc()
713 int blk_w = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in encode_block()714 int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in encode_block()
407 int blk_w = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in reconstruct_inter_block()408 int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in reconstruct_inter_block()