Searched refs:xcount (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dbench.c105 { int xcount = 0; local
109 xcount++;
113 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
/external/libvpx/vp8/encoder/
H A Dbitstream.h16 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount,
H A Dbitstream.c183 static void pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) argument
185 const TOKENEXTRA *const stop = p + xcount;
/external/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_armv5.asm24 ; 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 443 milliseconds