Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.h89 uint32_t ch_pres[DCA_LBR_CHANNELS]; ///< Subband allocation flags member
Ddca_lbr.c706 s->ch_pres[ch] |= 1U << sb; in parse_ch()
1254 memset(s->ch_pres, 0, sizeof(s->ch_pres)); in ff_dca_lbr_parse()
1450 if (s->ch_pres[ch] & (1U << sb)) in random_ts()
1498 if (!(s->ch_pres[ch] & (1U << sb))) in synth_lpc()
1545 int ch2_pres = s->ch_pres[ch2] & (1U << sb); in filter_ts()
1606 if (s->ch_pres[ch2] & (1U << sb)) in decode_part_stereo()