Searched refs:scale_factor_sel (Results 1 – 2 of 2) sorted by relevance
135 int8_t scale_factor_sel[DCA_CHANNELS]; ///< Scale factor code book member
303 s->scale_factor_sel[ch] = get_bits(&s->gb, 3); in parse_coding_header()304 if (s->scale_factor_sel[ch] == 7) { in parse_coding_header()463 int sel = s->scale_factor_sel[ch]; in parse_subframe_header()983 if (s->scale_factor_sel[ch] > 5) { in parse_xbr_subframe()1347 int sel = s->scale_factor_sel[ch]; in parse_x96_subframe_header()1445 s->scale_factor_sel[ch] = get_bits(&s->gb, 3); in parse_x96_coding_header()1446 if (s->scale_factor_sel[ch] >= 6) { in parse_x96_coding_header()