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

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 17 private long byteCount1;
47 byteCount1 = t.byteCount1;
74 byteCount1++;
102 byteCount1 += xBuf.length;
121 long lowBitLength = byteCount1 << 3;
141 byteCount1 = 0;
180 if (byteCount1 > 0x1fffffffffffffffL)
182 byteCount2 += (byteCount1 >>> 61);
183 byteCount1 &= 0x1fffffffffffffffL
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 233 Int bitCount1 = 0, bitCount2 = 0, bitCount3 = 0, byteCount1 = 0, byteCount2 = 0, byteCount3 = 0;
356 byteCount1 = bitCount1 >> 3;
380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */
combined_encode.cpp 285 Int byteCount = 0, byteCount1 = 0, bitCount = 0;
368 byteCount1 = byteCount = bitCount >> 3; /* save the position before GOB header */
552 if (byteCount == byteCount1) /* a single GOB bigger than packet size */

Completed in 83 milliseconds