Lines Matching defs:DBEDecodeContext
79 typedef struct DBEDecodeContext {
90 } DBEDecodeContext;
637 static int parse_metadata_ext(DBEDecodeContext *s1)
769 static int parse_bit_alloc(DBEDecodeContext *s1, DBEChannel *c)
903 static int parse_channel(DBEDecodeContext *s1, int ch, int seg_id)
954 static int parse_audio(DBEDecodeContext *s1, int start, int end, int seg_id)
982 static int parse_meter(DBEDecodeContext *s1)
990 static void imdct_calc(DBEDecodeContext *s1, DBEGroup *g, float *result, float *values)
1016 static void transform(DBEDecodeContext *s1, DBEChannel *c, float *history, float *output)
1041 static void apply_gain(DBEDecodeContext *s, int begin, int end, float *output)
1058 static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
1090 DBEDecodeContext *s1 = avctx->priv_data;
1147 DBEDecodeContext *s = avctx->priv_data;
1154 DBEDecodeContext *s = avctx->priv_data;
1254 DBEDecodeContext *s = avctx->priv_data;
1279 #define OFFSET(x) offsetof(DBEDecodeContext, x)
1305 .priv_data_size = sizeof(DBEDecodeContext),