Searched refs:band_sizes (Results 1 – 3 of 3) sorted by relevance
64 AacPsyChannel *pch, const uint8_t *band_sizes, in calc_thr_3gpp_mips() argument78 for (i = 0; i < band_sizes[g]; i+=4) { in calc_thr_3gpp_mips()116 Temp = sqrtf((float)band_sizes[g] / band->energy); in calc_thr_3gpp_mips()119 start += band_sizes[g]; in calc_thr_3gpp_mips()120 wstart += band_sizes[g]; in calc_thr_3gpp_mips()
335 const uint8_t *band_sizes = ctx->bands[j]; in psy_3gpp_init() local347 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() argument614 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()[all …]
776 int *num_bands, uint8_t *band_sizes, in decode_band_structure() argument801 if (num_bands || band_sizes ) { in decode_band_structure()818 if (band_sizes) in decode_band_structure()819 memcpy(band_sizes, bnd_sz, n_bands); in decode_band_structure()