Searched refs:read_idx (Results 1 – 2 of 2) 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()
24 unsigned int read_idx; /* Read index */ member170 buf = pop(ctx, &ctx->read_idx); in vp9_lookahead_pop()184 index += ctx->read_idx; in vp9_lookahead_peek()192 index += ctx->read_idx; in vp9_lookahead_peek()