Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c826 int dst_start_freq, dst_end_freq, src_start_freq, in spx_strategy() local
850 src_start_freq = start_subband * 12 + 25; in spx_strategy()
859 if (dst_start_freq >= src_start_freq) { in spx_strategy()
861 "copy start bin (%d >= %d)\n", dst_start_freq, src_start_freq); in spx_strategy()
866 s->spx_src_start_freq = src_start_freq; in spx_strategy()