Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c52 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument
61 _nlevels * sizeof(fs_level) + 2 * (lw + 8) * 8 * sizeof(*_ctx->col_buf); in fs_ctx_init()
62 for (l = 0; l < _nlevels; l++) { in fs_ctx_init()
77 _ctx->nlevels = _nlevels; in fs_ctx_init()
78 data += _nlevels * sizeof(*_ctx->level); in fs_ctx_init()
81 for (l = 0; l < _nlevels; l++) { in fs_ctx_init()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument
59 _nlevels * sizeof(fs_level) + 2 * (lw + 8) * 8 * sizeof(*_ctx->col_buf); in fs_ctx_init()
60 for (l = 0; l < _nlevels; l++) { in fs_ctx_init()
75 _ctx->nlevels = _nlevels; in fs_ctx_init()
76 data += _nlevels * sizeof(*_ctx->level); in fs_ctx_init()
79 for (l = 0; l < _nlevels; l++) { in fs_ctx_init()