Lines Matching defs:w2
162 int w, g, w2, i, start = 0, count = 0;
188 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
190 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g];
192 PCD[i] = sce->coeffs[start+(w+w2)*128+i] - sce->lcoeffs[start+(w+w2)*128+i];
193 s->abs_pow34(C34, &sce->coeffs[start+(w+w2)*128], sce->ics.swb_sizes[g]);
195 dist1 += quantize_band_cost(s, &sce->coeffs[start+(w+w2)*128], C34, sce->ics.swb_sizes[g],
196 sce->sf_idx[(w+w2)*16+g], sce->band_type[(w+w2)*16+g],
199 sce->sf_idx[(w+w2)*16+g],
200 sce->band_type[(w+w2)*16+g],
206 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++)
208 sce->coeffs[start+(w+w2)*128+i] -= sce->lcoeffs[start+(w+w2)*128+i];
226 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
228 sce->coeffs[start+(w+w2)*128+i] += sce->lcoeffs[start+(w+w2)*128+i];