Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.c76 int m = c->primary_chset ? ff_dca_dmix_primary_nch[c->dmix_type] : c->hier_ofs; in parse_dmix_coeffs()
84 if (!c->primary_chset) { in parse_dmix_coeffs()
108 if (!c->primary_chset) in parse_dmix_coeffs()
179 c->primary_chset = get_bits1(&s->gb); in chs_parse_header()
180 if (c->primary_chset != (c == p)) { in chs_parse_header()
192 if (c->dmix_coeffs_present && c->primary_chset) { in chs_parse_header()
236 c->primary_chset = 1; in chs_parse_header()
876 return !c->primary_chset && c->dmix_embedded && c->hier_chset; in is_hier_dmix_chset()
1340 if (!c->primary_chset) in ff_dca_xll_filter_frame()
Ddca_xll.h70 int primary_chset; ///< Primary channel set flag member