Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_lbr.h87 uint32_t ch_pres[DCA_LBR_CHANNELS]; ///< Subband allocation flags member
H A Ddca_lbr.c697 s->ch_pres[ch] |= 1U << sb; in parse_ch()
1245 memset(s->ch_pres, 0, sizeof(s->ch_pres)); in ff_dca_lbr_parse()
1441 if (s->ch_pres[ch] & (1U << sb)) in random_ts()
1489 if (!(s->ch_pres[ch] & (1U << sb))) in synth_lpc()
1536 int ch2_pres = s->ch_pres[ch2] & (1U << sb); in filter_ts()
1597 if (s->ch_pres[ch2] & (1U << sb)) in decode_part_stereo()

Completed in 3 milliseconds