blob: a4de6714a087ea6b80166ee448667a3ef02adc01 [file] [log] [blame]
for (int c0 = 0; c0 < Ncl; c0 += 1) {
if (Ncl >= c0 + 2 && c0 >= 1) {
S(c0, 28);
} else if (c0 == 0) {
S(0, 26);
} else {
S(Ncl - 1, 27);
}
}