Searched refs:decode_subframe_lpc (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | flacdec.c | 361 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()
|
D | shorten.c | 350 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()
|