Searched refs:fs_ctx (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 26 typedef struct fs_ctx fs_ctx; typedef 46 struct fs_ctx { struct 52 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument 102 static void fs_ctx_clear(fs_ctx *_ctx) { free(_ctx->level); } in fs_ctx_clear() 104 static void fs_downsample_level(fs_ctx *_ctx, int _l) { in fs_downsample_level() 141 static void fs_downsample_level0(fs_ctx *_ctx, const uint8_t *_src1, in fs_downsample_level0() 188 static void fs_apply_luminance(fs_ctx *_ctx, int _l, int bit_depth) { in fs_apply_luminance() 308 static void fs_calc_structure(fs_ctx *_ctx, int _l, int bit_depth) { in fs_calc_structure() 420 static double fs_average(fs_ctx *_ctx, int _l) { in fs_average() 445 fs_ctx ctx; in calc_ssim()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 23 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()
|