OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_idx
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
lookahead.c
22
unsigned int
read_idx
; /* Read index */
member in struct:lookahead_ctx
186
buf = pop(ctx, &ctx->
read_idx
);
205
index += ctx->
read_idx
;
215
if(ctx->
read_idx
== 0)
218
index = ctx->
read_idx
- index;
/external/chromium/net/tools/flip_server/
ring_buffer.h
90
int
read_idx
() const { return read_idx_; }
function in class:net::RingBuffer
/external/chromium_org/net/tools/flip_server/
ring_buffer.h
90
int
read_idx
() const { return read_idx_; }
function in class:net::RingBuffer
/external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c
21
unsigned int
read_idx
; /* Read index */
member in struct:lookahead_ctx
165
buf = pop(ctx, &ctx->
read_idx
);
178
index += ctx->
read_idx
;
Completed in 49 milliseconds