Home
last modified time | relevance | path

Searched refs:read_idx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c22 unsigned int read_idx; /* Read index */ member
186 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c211 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()
Dvp9_lookahead.h41 unsigned int read_idx; /* Read index */ member