Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c843 int dst_start_freq, dst_end_freq, src_start_freq, in spx_strategy() local
867 src_start_freq = start_subband * 12 + 25; in spx_strategy()
876 if (dst_start_freq >= src_start_freq) { in spx_strategy()
878 "copy start bin (%d >= %d)\n", dst_start_freq, src_start_freq); in spx_strategy()
883 s->spx_src_start_freq = src_start_freq; in spx_strategy()

Completed in 3 milliseconds