Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_smartblur.c53 typedef struct SmartblurContext { struct
60 } SmartblurContext; typedef
62 #define OFFSET(x) offsetof(SmartblurContext, x)
87 SmartblurContext *s = ctx->priv; in init()
111 SmartblurContext *s = ctx->priv; in uninit()
162 SmartblurContext *s = inlink->dst->priv; in config_props()
243 SmartblurContext *s = inlink->dst->priv; in filter_frame()
297 .priv_size = sizeof(SmartblurContext),