Searched refs:TX_UNIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
291 #define TX_UNIT_SIZE_LOG2 2 macro296 (tx_blk_col << TX_UNIT_SIZE_LOG2); in mi_to_pixel_loc()298 (tx_blk_row << TX_UNIT_SIZE_LOG2); in mi_to_pixel_loc()
725 int blk_w = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in encode_block()726 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()