Home
last modified time | relevance | path

Searched refs:band_sizes (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Daacpsy_mips.h64 AacPsyChannel *pch, const uint8_t *band_sizes, in calc_thr_3gpp_mips() argument
78 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()
/third_party/ffmpeg/libavcodec/
Daacpsy.c335 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()
[all …]
Dac3dec.c776 int *num_bands, uint8_t *band_sizes, in decode_band_structure() argument
801 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()