Searched defs:MiRows (Results 1 – 4 of 4) sorted by relevance
49 unsigned MiRows = 2 * ((av1->frame_height_minus1 + 8) >> 3); in tile_info() local
553 unsigned MiRows = 2 * (((av1->frame_height - 1) + 8) >> 3); in av1_frame_size() local
1960 unsigned MiRows = 2 * ((pic_header->FrameHeight + 7) >> 3); in fill_av1_pic_header() local
384 unsigned MiRows; member