Lines Matching refs:current
75 int current;
81 int current, length;
120 if (hc->current >= 256) {
126 hc->entries[hc->current++] = (HuffEntry){ get_bits(gb, 8), length };
151 if (ctx->current >= ctx->length) {
165 ctx->last[0] = ctx->current;
168 ctx->last[1] = ctx->current;
171 ctx->last[2] = ctx->current;
175 ctx->values[ctx->current++] = val;
180 t = ctx->current++;
213 h.current = 0;
224 if (h.current > 1) {
225 err = ff_init_vlc_from_lengths(&vlc[i], SMKTREE_BITS, h.current,
250 ctx.current = 0;
262 if (ctx.last[0] == -1) ctx.last[0] = ctx.current++;
263 if (ctx.last[1] == -1) ctx.last[1] = ctx.current++;
264 if (ctx.last[2] == -1) ctx.last[2] = ctx.current++;
652 h.current = 0;
657 if (h.current > 1) {
658 ret = ff_init_vlc_from_lengths(&vlc[i], SMKTREE_BITS, h.current,