Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c49 unsigned MiRows = 2 * ((av1->frame_height_minus1 + 8) >> 3); in tile_info() local
57 ((MiRows + 31) >> 5) : ((MiRows + 15) >> 4); in tile_info()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h384 unsigned MiRows; member
Dvid_dec_av1.c406 hdr->MiRows = 2 * ((hdr->FrameHeight + 7) >> 3); in compute_image_size()
660 ((hdr->MiRows + 31) >> 5) : ((hdr->MiRows + 15) >> 4); in tile_info()