Searched refs:MiCols (Results 1 – 3 of 3) sorted by relevance
48 unsigned MiCols = 2 * ((av1->frame_width_minus1 + 8) >> 3); in tile_info() local55 ((MiCols + 31) >> 5) : ((MiCols + 15) >> 4); in tile_info()
383 unsigned MiCols; member
407 hdr->MiCols = 2 * ((hdr->FrameWidth + 7) >> 3); in compute_image_size()660 ((hdr->MiCols + 31) >> 5) : ((hdr->MiCols + 15) >> 4); in tile_info()