Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_av1.c63 unsigned tileWidthSb, tileHeightSb; in tile_info() local
73 tileHeightSb = (sbRows + (1 << TileRowsLog2) - 1) >> TileRowsLog2; in tile_info()
75 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) { in tile_info()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c675 unsigned tileWidthSb, tileHeightSb; in tile_info() local
705 tileHeightSb = (sbRows + (1 << ti->TileRowsLog2) - 1) >> ti->TileRowsLog2; in tile_info()
707 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) { in tile_info()

Completed in 4 milliseconds