Searched refs:height_in_sbs_minus_1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c97 unsigned height_in_sbs_minus_1 = (av1->height_in_sbs_minus_1)[i]; local in function:tile_info
100 startSb += height_in_sbs_minus_1 + 1;
101 height_sb -= height_in_sbs_minus_1 + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c743 unsigned height_in_sbs_minus_1; local in function:tile_info
746 height_in_sbs_minus_1 = av1_ns(vlc, maxHeight);
748 startSb += height_in_sbs_minus_1 + 1;
749 height_sb -= height_in_sbs_minus_1 + 1;

Completed in 10 milliseconds