Lines Matching refs:num_coeffs
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);
275 O34, num_coeffs, sce->sf_idx[sfb],
280 for (i = 0; i < num_coeffs; i++)
282 s->abs_pow34(S34, SENT, num_coeffs);
284 cb_p = av_clip(find_min_book(find_max_val(1, num_coeffs, S34), sce->sf_idx[sfb]), cb_min, cb_max);
287 quantize_and_encode_band_cost(s, NULL, SENT, QERR, S34, num_coeffs,
292 for (i = 0; i < num_coeffs; i++)
294 s->abs_pow34(P34, &sce->prcoeffs[start_coef], num_coeffs);
296 cb_p = av_clip(find_min_book(find_max_val(1, num_coeffs, P34), sce->sf_idx[sfb]), cb_min, cb_max);
300 P34, num_coeffs, sce->sf_idx[sfb],
302 for (i = 0; i < num_coeffs; i++)