Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_lbr.h76 int max_mono_subband; ///< Subband index where mono encoding ends member
H A Ddca_lbr.c709 } else if (flag && sb < s->max_mono_subband) { in parse_ts()
734 if (!flag || sb_reorder >= s->max_mono_subband) in parse_ts()
745 if (sb < s->max_mono_subband && sb_reorder >= s->min_mono_subband) { in parse_ts()
932 if ((ret = parse_ts(s, ch1, ch2, 6, s->max_mono_subband, 0)) < 0) in parse_ts2_chunk()
1117 s->max_mono_subband = s->nsubbands * 14000 / (s->limited_rate / 2); in parse_decoder_init()
1118 if (s->max_mono_subband > s->nsubbands) in parse_decoder_init()
1119 s->max_mono_subband = s->nsubbands; in parse_decoder_init()

Completed in 3 milliseconds