HomeSort by relevance Sort by last modified time
    Searched refs:write_idx (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 42 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
vp9_lookahead.c 115 buf = pop(ctx, &ctx->write_idx);
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 104 unsigned long write_idx; member in struct:buffer
129 buffer->write_idx = 0;
149 for (i = 0; i < str->write_idx && *p; i++)
164 if (buffer->write_idx != 0
165 && fwrite (buffer->ptr, buffer->write_idx, 1, f) != 1)
189 if (pos >= buffer->write_idx)
199 if (buffer->write_idx == buffer->size)
205 buffer->ptr[buffer->write_idx++] = ch;
215 dst->write_idx = src->write_idx;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
closefs.c 188 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/
lookahead.c 23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
119 buf = pop(ctx, &ctx->write_idx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.c 23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
119 buf = pop(ctx, &ctx->write_idx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.c 25 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
105 buf = pop(ctx, &ctx->write_idx);
  /external/opencv/cv/src/
cvhistogram.cpp 831 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;
    [all...]

Completed in 698 milliseconds