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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c63 unsigned tileWidthSb, tileHeightSb; local in function:tile_info
73 tileHeightSb = (sbRows + (1 << TileRowsLog2) - 1) >> TileRowsLog2;
75 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c673 unsigned tileWidthSb, tileHeightSb; local in function:tile_info
703 tileHeightSb = (sbRows + (1 << ti->TileRowsLog2) - 1) >> ti->TileRowsLog2;
705 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) {

Completed in 6 milliseconds