Home
last modified time | relevance | path

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

/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()