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