Searched refs:MiRows (Results 1 – 3 of 3) sorted by relevance
49 unsigned MiRows = 2 * ((av1->frame_height_minus1 + 8) >> 3); in tile_info() local57 ((MiRows + 31) >> 5) : ((MiRows + 15) >> 4); in tile_info()
384 unsigned MiRows; member
406 hdr->MiRows = 2 * ((hdr->FrameHeight + 7) >> 3); in compute_image_size()660 ((hdr->MiRows + 31) >> 5) : ((hdr->MiRows + 15) >> 4); in tile_info()