Home
last modified time | relevance | path

Searched refs:BLKContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_blockdetect.c36 typedef struct BLKContext { struct
50 } BLKContext; typedef
52 #define OFFSET(x) offsetof(BLKContext, x)
66 BLKContext *s = ctx->priv; in blockdetect_config_input()
83 static float calculate_blockiness(BLKContext *s, int w, int h, in calculate_blockiness()
200 BLKContext *s = ctx->priv; in blockdetect_filter_frame()
244 BLKContext *s = ctx->priv; in blockdetect_uninit()
285 .priv_size = sizeof(BLKContext),

Completed in 1 milliseconds