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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_av1.c47 unsigned startSb, i; local in function:tile_info
67 for (startSb = 0; startSb < sbCols; startSb += tileWidthSb) {
68 context->desc.av1.picture_parameter.tile_col_start_sb[i] = startSb;
75 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) {
76 context->desc.av1.picture_parameter.tile_row_start_sb[i] = startSb;
83 startSb
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c655 unsigned startSb, i; local in function:tile_info
686 for (startSb = 0; startSb < sbCols; startSb += tileWidthSb) {
687 ti->tile_col_start_sb[i] = startSb;
705 for (startSb = 0; startSb < sbRows; startSb += tileHeightSb) {
706 ti->tile_row_start_sb[i] = startSb;
715 startSb
[all...]

Completed in 4 milliseconds