Searched refs:lpc_mode (Results 1 – 1 of 1) sorted by relevance
64 int8_t lpc_mode[TAK_MAX_CHANNELS]; member409 int lpc_mode; in decode_subframe() local414 lpc_mode = get_bits(gb, 2); in decode_subframe()415 if (lpc_mode > 2) in decode_subframe()421 if (lpc_mode) in decode_subframe()422 decode_lpc(decoded, lpc_mode, filter_order); in decode_subframe()523 s->lpc_mode[chan] = get_bits(gb, 2); in decode_channel()861 if (s->lpc_mode[chan]) in tak_decode_frame()862 decode_lpc(decoded, s->lpc_mode[chan], s->nb_samples); in tak_decode_frame()