Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_acrusher.c42 typedef struct ACrusherContext { struct
68 } ACrusherContext; argument
70 #define OFFSET(x) offsetof(ACrusherContext, x)
92 static double samplereduction(ACrusherContext *s, SRContext *sr, double in) in samplereduction()
123 static double bitreduction(ACrusherContext *s, double in) in bitreduction()
219 ACrusherContext *s = ctx->priv; in filter_frame()
298 ACrusherContext *s = ctx->priv; in uninit()
306 ACrusherContext *s = ctx->priv; in config_input()
370 .priv_size = sizeof(ACrusherContext),