Lines Matching refs:start
234 /* Assume max bitrate to start with */
304 int i, j, g, start;
363 start = 0;
365 minscale = ath(start * line_to_frequency, ATH_ADD);
367 minscale = FFMIN(minscale, ath((start + i) * line_to_frequency, ATH_ADD));
369 start += band_sizes[g];
604 int start = 0, wstart = 0;
615 band->energy += coefs[start+i] * coefs[start+i];
616 form_factor += sqrtf(fabs(coefs[start+i]));
623 start += band_sizes[g];