Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c23 typedef struct fs_ctx fs_ctx; typedef
44 struct fs_ctx { struct
50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument
100 static void fs_ctx_clear(fs_ctx *_ctx) { free(_ctx->level); } in fs_ctx_clear()
102 static void fs_downsample_level(fs_ctx *_ctx, int _l) { in fs_downsample_level()
139 static void fs_downsample_level0(fs_ctx *_ctx, const uint8_t *_src1, in fs_downsample_level0()
186 static void fs_apply_luminance(fs_ctx *_ctx, int _l, int bit_depth) { in fs_apply_luminance()
309 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure()
426 static double fs_average(fs_ctx *_ctx, int _l) { in fs_average()
451 fs_ctx ctx; in calc_ssim()