Searched refs:write_idx (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.h42 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
H A Dvp9_lookahead.c115 buf = pop(ctx, &ctx->write_idx);
/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c188 int check_idx, write_idx, size; local
206 write_idx = check_idx;
210 size = 2 * (check_idx - write_idx);
213 size, write_idx*2);
216 SUPERBLOCK_OFFSET + (2 * write_idx), size,
217 new_super + write_idx);
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
119 buf = pop(ctx, &ctx->write_idx);
/external/opencv/cv/src/
H A Dcvhistogram.cpp831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; local
844 tab[i*(hi - lo) + j - lo] = write_idx;
851 write_idx = idx*step;

Completed in 193 milliseconds