Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflacdec.c361 static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, in decode_subframe_lpc() function
456 if ((ret = decode_subframe_lpc(s, decoded, (type & ~0x20)+1, bps)) < 0) in decode_subframe()
Dshorten.c350 static int decode_subframe_lpc(ShortenContext *s, int command, int channel, in decode_subframe_lpc() function
701 if ((ret = decode_subframe_lpc(s, cmd, channel, in shorten_decode_frame()