FLACContext        71 libavcodec/flacdec.c static int allocate_buffers(FLACContext *s);
FLACContext        73 libavcodec/flacdec.c static void flac_set_bps(FLACContext *s)
FLACContext       100 libavcodec/flacdec.c     FLACContext *s = avctx->priv_data;
FLACContext       135 libavcodec/flacdec.c static int allocate_buffers(FLACContext *s)
FLACContext       167 libavcodec/flacdec.c static int parse_streaminfo(FLACContext *s, const uint8_t *buf, int buf_size)
FLACContext       221 libavcodec/flacdec.c static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order)
FLACContext       282 libavcodec/flacdec.c static int decode_subframe_fixed(FLACContext *s, int32_t *decoded,
FLACContext       361 libavcodec/flacdec.c static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order,
FLACContext       405 libavcodec/flacdec.c static inline int decode_subframe(FLACContext *s, int channel)
FLACContext       472 libavcodec/flacdec.c static int decode_frame(FLACContext *s)
FLACContext       565 libavcodec/flacdec.c     FLACContext *s = avctx->priv_data;
FLACContext       644 libavcodec/flacdec.c     FLACContext *s = avctx->priv_data;
FLACContext       652 libavcodec/flacdec.c { "use_buggy_lpc", "emulate old buggy lavc behavior", offsetof(FLACContext, buggy_lpc), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM },
FLACContext       668 libavcodec/flacdec.c     .priv_data_size = sizeof(FLACContext),