Searched refs:decode_subframe_lpc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdec.c309 static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, function
396 if ((ret = decode_subframe_lpc(s, decoded, (type & ~0x20)+1, bps)) < 0)
H A Dshorten.c272 static int decode_subframe_lpc(ShortenContext *s, int command, int channel, function
573 if ((ret = decode_subframe_lpc(s, cmd, channel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflacdec.c337 static int decode_subframe_lpc(FLACContext *s, int channel, int pred_order) function
456 if (decode_subframe_lpc(s, channel, (type & ~0x20)+1) < 0)
H A Dshorten.c275 static int decode_subframe_lpc(ShortenContext *s, int command, int channel, function
561 if ((ret = decode_subframe_lpc(s, cmd, channel,

Completed in 56 milliseconds