Searched refs:kMiSizeLog2 (Results 1 – 3 of 3) sorted by relevance
224 const int aligned_width = AlignPowerOfTwo(width_, kMiSizeLog2); in ParseTileInfo()225 const int mi_cols = aligned_width >> kMiSizeLog2; in ParseTileInfo()226 const int aligned_mi_cols = AlignPowerOfTwo(mi_cols, kMiSizeLog2); in ParseTileInfo()
26 const int kMiSizeLog2 = 3; variable
560 constexpr int kMiSizeLog2 = 2; in SpecProject() local564 offset = delta >> (3 + 1 + kMiSizeLog2); in SpecProject()566 offset = -((-delta) >> (3 + 1 + kMiSizeLog2)); in SpecProject()