Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c774 int ecpl, int start_subband, int end_subband, in decode_band_structure() argument
782 n_subbands = end_subband - start_subband; in decode_band_structure()
827 start_subband, end_subband, ch; in spx_strategy() local
843 end_subband = get_bits(bc, 3) + 5; in spx_strategy()
845 s->spx_dst_end_freq = end_freq_inv_tab[end_subband-5]; in spx_strategy()
847 if (end_subband > 7) in spx_strategy()
848 end_subband += end_subband - 7; in spx_strategy()
851 dst_end_freq = end_subband * 12 + 25; in spx_strategy()
854 if (start_subband >= end_subband) { in spx_strategy()
856 "range (%d >= %d)\n", start_subband, end_subband); in spx_strategy()
[all …]