Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c79 int max_period; member
229 const int max_period = s->max_period; \
242 (pi[pi_end].size > max_period)) { \
249 pi[pi_end].size > max_period) { \
509 s->max_period = inlink->sample_rate / 10; in config_input()
/third_party/ffmpeg/libavcodec/
H A Dmetasound.c74 float min_period, max_period, period_range, period; in decode_ppc() local
81 max_period = min_period + log2(6); in decode_ppc()
84 max_period = (int)(ratio * 0.2 * 400 * 6 + 0.5) / 400.0; in decode_ppc()
86 period_range = max_period - min_period; in decode_ppc()
H A Dtwinvqdec.c186 int max_period = ROUNDED_DIV(40 * 2 * mtab->size * 6, isampf); in decode_ppc() local
187 int period_range = max_period - min_period; in decode_ppc()

Completed in 3 milliseconds