Searched refs:dmix_coeffs_present (Results 1 – 2 of 2) sorted by relevance
73 int dmix_coeffs_present; ///< Downmix coefficients present in stream member
184 c->dmix_coeffs_present = get_bits1(&s->gb); in chs_parse_header()187 c->dmix_embedded = c->dmix_coeffs_present && get_bits1(&s->gb); in chs_parse_header()190 if (c->dmix_coeffs_present && c->primary_chset) { in chs_parse_header()206 if (c->dmix_coeffs_present && (ret = parse_dmix_coeffs(s, c)) < 0) in chs_parse_header()235 c->dmix_coeffs_present = 0; in chs_parse_header()