Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtakdec.c64 int8_t lpc_mode[TAK_MAX_CHANNELS]; member
409 int lpc_mode; in decode_subframe() local
414 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()