Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h17 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro
20 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
Dvp9_tile_common.c19 return mi_cols_aligned_to_sb(n_mis) >> MI_BLOCK_SIZE_LOG2; in to_sbs()
Dvp9_onyxc_int.h245 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()