Lines Matching refs:start
81 const int start = FFMAX(0, i - 1024);
82 for (j = start; j < 2048; j++) {
91 max_ratio = corr/(2048-start);
162 int w, g, w2, i, start = 0, count = 0;
180 start = 0;
185 start += sce->ics.swb_sizes[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],
208 sce->coeffs[start+(w+w2)*128+i] -= sce->lcoeffs[start+(w+w2)*128+i];
213 start += sce->ics.swb_sizes[g];
223 start = 0;
228 sce->coeffs[start+(w+w2)*128+i] += sce->lcoeffs[start+(w+w2)*128+i];
232 start += sce->ics.swb_sizes[g];