Lines Matching refs:band_sizes
335 const uint8_t *band_sizes = ctx->bands[j]; in psy_3gpp_init() local
347 i += band_sizes[g]; in psy_3gpp_init()
360 minsnr = exp2(pe_min / band_sizes[g]) - 1.5f; in psy_3gpp_init()
366 for (i = 1; i < band_sizes[g]; i++) in psy_3gpp_init()
369 start += band_sizes[g]; in psy_3gpp_init()
601 const uint8_t *band_sizes, const float *coefs, const int cutoff) in calc_thr_3gpp() argument
614 for (i = 0; i < band_sizes[g]; i++) { in calc_thr_3gpp()
619 Temp = band->energy > 0 ? sqrtf((float)band_sizes[g] / band->energy) : 0; in calc_thr_3gpp()
623 start += band_sizes[g]; in calc_thr_3gpp()
624 wstart += band_sizes[g]; in calc_thr_3gpp()
662 const uint8_t *band_sizes = ctx->bands[wi->num_windows == 8]; in psy_3gpp_analyze_channel() local
669 calc_thr_3gpp(wi, num_bands, pch, band_sizes, coefs, cutoff); in psy_3gpp_analyze_channel()
840 psy_band->spread = band->active_lines * 2.0f / band_sizes[g]; in psy_3gpp_analyze_channel()