Searched refs:FLACContext (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdec.c51 typedef struct FLACContext { struct
67 } FLACContext; typedef in typeref:struct:FLACContext
69 static int allocate_buffers(FLACContext *s);
71 static void flac_set_bps(FLACContext *s)
98 FLACContext *s = avctx->priv_data;
130 static int allocate_buffers(FLACContext *s)
157 static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
208 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order)
258 static int decode_subframe_fixed(FLACContext *s, int32_t *decoded,
309 static int decode_subframe_lpc(FLACContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflacdec.c48 typedef struct FLACContext { struct
63 } FLACContext; typedef in typeref:struct:FLACContext
65 static void allocate_buffers(FLACContext *s);
98 FLACContext *s = avctx->priv_data;
135 static void allocate_buffers(FLACContext *s)
200 static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
247 static int decode_residuals(FLACContext *s, int channel, int pred_order)
287 static int decode_subframe_fixed(FLACContext *s, int channel, int pred_order)
337 static int decode_subframe_lpc(FLACContext *s, int channel, int pred_order)
404 static inline int decode_subframe(FLACContext *
[all...]

Completed in 72 milliseconds