Lines Matching defs:sce0
154 SingleChannelElement *sce0 = &cpe->ch[0];
156 const int pmax0 = FFMIN(sce0->ics.max_sfb, ff_aac_pred_sfb_max[s->samplerate_index]);
161 sce0->ics.window_sequence[0] == EIGHT_SHORT_SEQUENCE ||
165 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) {
167 for (g = 0; g < sce0->ics.num_swb; g++) {
169 int sum = sce0->ics.prediction_used[sfb] + sce1->ics.prediction_used[sfb];
173 RESTORE_PRED(sce0, sfb);
175 start += sce0->ics.swb_sizes[g];
178 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) {
179 for (i = 0; i < sce0->ics.swb_sizes[g]; i++) {
180 float coef0 = sce0->pcoeffs[start+(w+w2)*128+i];
193 sce0->ics.prediction_used[sfb] = 1;
197 RESTORE_PRED(sce0, sfb);
200 start += sce0->ics.swb_sizes[g];
204 sce1->ics.predictor_present = sce0->ics.predictor_present = !!count;