Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c987 int cpl_start_subband, cpl_end_subband; in coupling_strategy() local
1016 cpl_end_subband = s->spx_in_use ? (s->spx_src_start_freq - 37) / 12 : in coupling_strategy()
1018 if (cpl_start_subband >= cpl_end_subband) { in coupling_strategy()
1020 cpl_start_subband, cpl_end_subband); in coupling_strategy()
1024 s->end_freq[CPL_CH] = cpl_end_subband * 12 + 37; in coupling_strategy()
1027 cpl_end_subband, in coupling_strategy()

Completed in 3 milliseconds