Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c22 typedef struct fs_ctx fs_ctx; typedef
38 struct fs_ctx { struct
44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument
94 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()