Searched refs:band_sizes (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsy_mips.h61 AacPsyChannel *pch, const uint8_t *band_sizes,
73 for (i = 0; i < band_sizes[g]; i+=4) {
110 Temp = sqrtf((float)band_sizes[g] / band->energy);
113 start += band_sizes[g];
60 calc_thr_3gpp_mips(const FFPsyWindowInfo *wi, const int num_bands, AacPsyChannel *pch, const uint8_t *band_sizes, const float *coefs) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c319 const uint8_t *band_sizes = ctx->bands[j]; local
331 i += band_sizes[g];
344 minsnr = exp2(pe_min / band_sizes[g]) - 1.5f;
350 for (i = 1; i < band_sizes[g]; i++)
353 start += band_sizes[g];
571 const uint8_t *band_sizes, const float *coefs)
582 for (i = 0; i < band_sizes[g]; i++) {
586 Temp = band->energy > 0 ? sqrtf((float)band_sizes[g] / band->energy) : 0;
590 start += band_sizes[g];
628 const uint8_t *band_sizes local
570 calc_thr_3gpp(const FFPsyWindowInfo *wi, const int num_bands, AacPsyChannel *pch, const uint8_t *band_sizes, const float *coefs) argument
[all...]
H A Dac3dec.c734 * @param[out] band_sizes array containing the number of bins in each band (optionally NULL)
739 int *num_bands, uint8_t *band_sizes)
764 if (num_bands || band_sizes ) {
781 if (band_sizes)
782 memcpy(band_sizes, bnd_sz, n_bands);
736 decode_band_structure(GetBitContext *gbc, int blk, int eac3, int ecpl, int start_subband, int end_subband, const uint8_t *default_band_struct, int *num_bands, uint8_t *band_sizes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacpsy.c311 const uint8_t *band_sizes = ctx->bands[j]; local
323 i += band_sizes[g];
336 minsnr = pow(2.0f, pe_min / band_sizes[g]) - 1.5f;
342 for (i = 1; i < band_sizes[g]; i++)
345 start += band_sizes[g];
571 const uint8_t *band_sizes = ctx->bands[wi->num_windows == 8]; local
582 for (i = 0; i < band_sizes[g]; i++) {
587 band->nz_lines = form_factor / powf(band->energy / band_sizes[g], 0.25f);
589 start += band_sizes[g];
H A Dac3dec.c698 * @param[out] band_sizes array containing the number of bins in each band (optionally NULL)
703 int *num_bands, uint8_t *band_sizes)
728 if (num_bands || band_sizes ) {
745 if (band_sizes)
746 memcpy(band_sizes, bnd_sz, n_bands);
700 decode_band_structure(GetBitContext *gbc, int blk, int eac3, int ecpl, int start_subband, int end_subband, const uint8_t *default_band_struct, int *num_bands, uint8_t *band_sizes) argument

Completed in 140 milliseconds