Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Deac3dec.c71 int bandsize = s->spx_band_sizes[bnd]; in ff_eac3_apply_spectral_extension()
104 int bandsize = s->spx_band_sizes[bnd]; in ff_eac3_apply_spectral_extension()
127 bin += s->spx_band_sizes[bnd]; in ff_eac3_apply_spectral_extension()
143 for (i = 0; i < s->spx_band_sizes[bnd]; i++) { in ff_eac3_apply_spectral_extension()
Dac3dec.h152 uint8_t spx_band_sizes[SPX_MAX_BANDS]; ///< number of bins in each spx band member
Dac3dec.c874 s->spx_band_sizes, in spx_strategy()
897 int bandsize = s->spx_band_sizes[bnd]; in spx_coordinates()