Searched refs:decode_subframe_lpc (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | shorten.c | 351 static int decode_subframe_lpc(ShortenContext *s, int command, int channel, in decode_subframe_lpc() function 706 if ((ret = decode_subframe_lpc(s, cmd, channel, in shorten_decode_frame()
|
Completed in 3 milliseconds