Searched refs:scale_factor_sel (Results 1 – 2 of 2) sorted by relevance
133 int8_t scale_factor_sel[DCA_CHANNELS]; ///< Scale factor code book member
305 s->scale_factor_sel[ch] = get_bits(&s->gb, 3); in parse_coding_header()306 if (s->scale_factor_sel[ch] == 7) { in parse_coding_header()465 int sel = s->scale_factor_sel[ch]; in parse_subframe_header()985 if (s->scale_factor_sel[ch] > 5) { in parse_xbr_subframe()1349 int sel = s->scale_factor_sel[ch]; in parse_x96_subframe_header()1447 s->scale_factor_sel[ch] = get_bits(&s->gb, 3); in parse_x96_coding_header()1448 if (s->scale_factor_sel[ch] >= 6) { in parse_x96_coding_header()