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

  /external/chromium/third_party/libevent/test/
bench.c 105 { int xcount = 0; local
109 xcount++;
113 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
  /external/libvpx/vp8/encoder/
bitstream.h 16 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
bitstream.c 183 static void pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount)
185 const TOKENEXTRA *const stop = p + xcount;
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 24 ; r2 int xcount
31 ; Add size of xcount * sizeof (TOKENEXTRA) to get stop
33 add r2, r2, r2, lsl #2 ; xcount
35 add r2, r1, r2, lsl #2 ; stop = p + xcount

Completed in 200 milliseconds