Home
last modified time | relevance | path

Searched refs:TX_UNIT_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_blockd.h297 #define TX_UNIT_SIZE_LOG2 2 macro
302 (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()
/external/libvpx/vp9/encoder/
Dvp9_encodemb.c713 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()
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c407 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()