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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_enums.h24 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro
26 #define MI_MASK (MI_BLOCK_SIZE - 1)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_enums.h24 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block macro
26 #define MI_MASK (MI_BLOCK_SIZE - 1)

Completed in 327 milliseconds