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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dflacdec.c50 typedef struct FLACContext { struct
68 } FLACContext; typedef in typeref:struct:FLACContext
80 static void allocate_buffers(FLACContext *s);
113 FLACContext *s = avctx->priv_data;
147 static void allocate_buffers(FLACContext *s)
222 static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
267 static int decode_residuals(FLACContext *s, int channel, int pred_order)
307 static int decode_subframe_fixed(FLACContext *s, int channel, int pred_order)
357 static int decode_subframe_lpc(FLACContext *s, int channel, int pred_order)
424 static inline int decode_subframe(FLACContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dflacdec.c50 typedef struct FLACContext { struct
68 } FLACContext; typedef in typeref:struct:FLACContext
80 static void allocate_buffers(FLACContext *s);
113 FLACContext *s = avctx->priv_data;
147 static void allocate_buffers(FLACContext *s)
222 static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
267 static int decode_residuals(FLACContext *s, int channel, int pred_order)
307 static int decode_subframe_fixed(FLACContext *s, int channel, int pred_order)
357 static int decode_subframe_lpc(FLACContext *s, int channel, int pred_order)
424 static inline int decode_subframe(FLACContext *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dflacdec.c50 typedef struct FLACContext { struct
68 } FLACContext; typedef in typeref:struct:FLACContext
80 static void allocate_buffers(FLACContext *s);
113 FLACContext *s = avctx->priv_data;
147 static void allocate_buffers(FLACContext *s)
222 static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
267 static int decode_residuals(FLACContext *s, int channel, int pred_order)
307 static int decode_subframe_fixed(FLACContext *s, int channel, int pred_order)
357 static int decode_subframe_lpc(FLACContext *s, int channel, int pred_order)
424 static inline int decode_subframe(FLACContext *
[all...]

Completed in 117 milliseconds