Lines Matching refs:start_coef
263 const int start_coef = sce->ics.swb_offset[sfb];
264 const int num_coeffs = sce->ics.swb_offset[sfb + 1] - start_coef;
267 if (start_coef + num_coeffs > MAX_PREDICTORS ||
273 s->abs_pow34(O34, &sce->coeffs[start_coef], num_coeffs);
274 dist1 = quantize_and_encode_band_cost(s, NULL, &sce->coeffs[start_coef], NULL,
281 SENT[i] = sce->coeffs[start_coef + i] - sce->prcoeffs[start_coef + i];
293 sce->prcoeffs[start_coef + i] += QERR[i] != 0.0f ? (sce->prcoeffs[start_coef + i] - QERR[i]) : 0.0f;
294 s->abs_pow34(P34, &sce->prcoeffs[start_coef], num_coeffs);
299 dist2 = quantize_and_encode_band_cost(s, NULL, &sce->prcoeffs[start_coef], NULL,