Lines Matching refs:startSb
47 unsigned startSb, i;
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 = 0;
84 for (i = 0; startSb < sbCols; ++i) {
87 context->desc.av1.picture_parameter.tile_col_start_sb[i] = startSb;
90 startSb += sizeSb;
93 context->desc.av1.picture_parameter.tile_col_start_sb[i] = startSb + width_sb;
95 startSb = 0;
96 for (i = 0; startSb < sbRows; ++i) {
99 context->desc.av1.picture_parameter.tile_row_start_sb[i] = startSb;
100 startSb += height_in_sbs_minus_1 + 1;
103 context->desc.av1.picture_parameter.tile_row_start_sb[i] = startSb + height_sb;