Searched refs:MiRows (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h384 unsigned MiRows; member in struct:av1_uncompressed_header_obu
H A Dvid_dec_av1.c406 hdr->MiRows = 2 * ((hdr->FrameHeight + 7) >> 3);
660 ((hdr->MiRows + 31) >> 5) : ((hdr->MiRows + 15) >> 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c49 unsigned MiRows = 2 * ((av1->frame_height_minus1 + 8) >> 3); local in function:tile_info
57 ((MiRows + 31) >> 5) : ((MiRows + 15) >> 4);

Completed in 7 milliseconds