Searched refs:read_idx (Results 1 – 3 of 3) sorted by relevance
22 unsigned int read_idx; /* Read index */ member186 buf = pop(ctx, &ctx->read_idx); in vp8_lookahead_pop()205 index += ctx->read_idx; in vp8_lookahead_peek()215 if(ctx->read_idx == 0) in vp8_lookahead_peek()218 index = ctx->read_idx - index; in vp8_lookahead_peek()
211 buf = pop(ctx, &ctx->read_idx); in vp9_lookahead_pop()225 index += ctx->read_idx; in vp9_lookahead_peek()233 index += ctx->read_idx; in vp9_lookahead_peek()
41 unsigned int read_idx; /* Read index */ member