Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.h78 int max_mono_subband; ///< Subband index where mono encoding ends member
Ddca_lbr.c718 } else if (flag && sb < s->max_mono_subband) { in parse_ts()
743 if (!flag || sb_reorder >= s->max_mono_subband) in parse_ts()
754 if (sb < s->max_mono_subband && sb_reorder >= s->min_mono_subband) { in parse_ts()
941 if ((ret = parse_ts(s, ch1, ch2, 6, s->max_mono_subband, 0)) < 0) in parse_ts2_chunk()
1126 s->max_mono_subband = s->nsubbands * 14000 / (s->limited_rate / 2); in parse_decoder_init()
1127 if (s->max_mono_subband > s->nsubbands) in parse_decoder_init()
1128 s->max_mono_subband = s->nsubbands; in parse_decoder_init()