Searched refs:_nlevels (Results 1 – 1 of 1) sorted by relevance
50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument59 _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()