Searched defs:MI_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_enums.h25 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro
27 #define MI_MASK (MI_BLOCK_SIZE - 1)

Completed in 238 milliseconds