Home | History | Annotate | Download | only in src

Lines Matching refs:bitCount

285     Int byteCount = 0, byteCount1 = 0, bitCount = 0;
367 bitCount = BitstreamGetPos(bs1);
368 byteCount1 = byteCount = bitCount >> 3; /* save the position before GOB header */
369 bitCount = bitCount & 0x7;
437 bitCount = BitstreamGetPos(bs1);
438 byteCount = bitCount >> 3; /* save the state before encoding */
439 bitCount = bitCount & 0x7;
469 BitstreamRepos(bs1, byteCount, bitCount); /* rewind one MB */
562 //num_bits = ((bs1->byteCount<<3) + bs1->bitCount) - ((byteCount<<3) + bitCount);
564 //BitstreamRepos(bs1,byteCount,bitCount);
594 bitCount = BitstreamGetPos(bs1);
595 byteCount = bitCount >> 3; /* save the position before GOB header */
596 bitCount = bitCount & 0x7;