Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h291 #define TX_UNIT_SIZE_LOG2 2 macro
296 (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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c725 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()
/external/libvpx/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()