Home
last modified time | relevance | path

Searched refs:spx_atten_code (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Deac3dec.c115 if (s->spx_atten_code[ch] >= 0) { in ff_eac3_apply_spectral_extension()
116 const float *atten_tab = ff_eac3_spx_atten_tab[s->spx_atten_code[ch]]; in ff_eac3_apply_spectral_extension()
599 s->spx_atten_code[ch] = get_bits(gbc, 5); in ff_eac3_parse_header()
601 s->spx_atten_code[ch] = -1; in ff_eac3_parse_header()
Dac3dec.h145 …int8_t spx_atten_code[AC3_MAX_CHANNELS]; ///< spx attenuation code (spxattenc… member