Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.c74 int m = c->primary_chset ? ff_dca_dmix_primary_nch[c->dmix_type] : c->hier_ofs; in parse_dmix_coeffs()
82 if (!c->primary_chset) { in parse_dmix_coeffs()
106 if (!c->primary_chset) in parse_dmix_coeffs()
177 c->primary_chset = get_bits1(&s->gb); in chs_parse_header()
178 if (c->primary_chset != (c == p)) { in chs_parse_header()
190 if (c->dmix_coeffs_present && c->primary_chset) { in chs_parse_header()
234 c->primary_chset = 1; in chs_parse_header()
874 return !c->primary_chset && c->dmix_embedded && c->hier_chset; in is_hier_dmix_chset()
1338 if (!c->primary_chset) in ff_dca_xll_filter_frame()
Ddca_xll.h72 int primary_chset; ///< Primary channel set flag member