Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c61 size_t im_size; in fs_ctx_init() local
63 im_size = lw * (size_t)lh; in fs_ctx_init()
64 level_size = 2 * im_size * sizeof(*_ctx->level[l].im1); in fs_ctx_init()
67 level_size += im_size; in fs_ctx_init()
80 size_t im_size; in fs_ctx_init() local
84 im_size = lw * (size_t)lh; in fs_ctx_init()
85 level_size = 2 * im_size * sizeof(*_ctx->level[l].im1); in fs_ctx_init()
90 _ctx->level[l].im2 = _ctx->level[l].im1 + im_size; in fs_ctx_init()
93 data += im_size * sizeof(*_ctx->level[l].ssim); in fs_ctx_init()