Searched refs:fs_ctx (Results 1 – 1 of 1) sorted by relevance
22 typedef struct fs_ctx fs_ctx; typedef38 struct fs_ctx { struct44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument94 static void fs_ctx_clear(fs_ctx *_ctx) { in fs_ctx_clear()98 static void fs_downsample_level(fs_ctx *_ctx, int _l) { in fs_downsample_level()135 static void fs_downsample_level0(fs_ctx *_ctx, const unsigned char *_src1, in fs_downsample_level0()168 static void fs_apply_luminance(fs_ctx *_ctx, int _l) { in fs_apply_luminance()297 static void fs_calc_structure(fs_ctx *_ctx, int _l) { in fs_calc_structure()407 static double fs_average(fs_ctx *_ctx, int _l) { in fs_average()426 fs_ctx ctx; in calc_ssim()