Home
last modified time | relevance | path

Searched refs:cpl_start_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
1015 cpl_start_subband = get_bits(bc, 4); in coupling_strategy()
1018 if (cpl_start_subband >= cpl_end_subband) { in coupling_strategy()
1020 cpl_start_subband, cpl_end_subband); in coupling_strategy()
1023 s->start_freq[CPL_CH] = cpl_start_subband * 12 + 37; in coupling_strategy()
1026 decode_band_structure(bc, blk, s->eac3, 0, cpl_start_subband, in coupling_strategy()

Completed in 3 milliseconds