Home
last modified time | relevance | path

Searched refs:MCompandContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_mcompand.c82 typedef struct MCompandContext { struct
92 } MCompandContext; argument
94 #define OFFSET(x) offsetof(MCompandContext, x)
106 MCompandContext *s = ctx->priv; in uninit()
346 MCompandContext *s = ctx->priv; in config_output()
527 static int mcompand_channel(MCompandContext *c, CompBand *l, double *ibuf, double *obuf, int len, i… in mcompand_channel()
584 MCompandContext *s = ctx->priv; in filter_frame()
671 .priv_size = sizeof(MCompandContext),