Searched refs:bit0 (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java151 int bit0 = betaValue.testBit(0) ? 1 : 0;
153 if (bit0 != yTilde)
/external/tcpdump/
H A Dprint-802_11.c1143 int bit0; local
1182 for (bit0 = 0, presentp = &hdr->it_present; presentp <= last_presentp;
1183 presentp++, bit0 += 32) {
1191 (bit0 + BITNO_32(present ^ next_present));
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c297 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); local
299 ++counts->single_ref[ctx0][0][bit0];
300 if (bit0) {
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c487 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
488 const int cat = 2 * bit1 + bit0;
/external/webp/src/dec/
H A Dvp8.c487 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
488 const int cat = 2 * bit1 + bit0;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c950 # define BYTE(bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0) \
954 ( (bit1) << 1) | ( (bit0) << 0) ) )

Completed in 884 milliseconds