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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp233 Int bitCount1 = 0, bitCount2 = 0, bitCount3 = 0, byteCount1 = 0, byteCount2 = 0, byteCount3 = 0; local
353 bitCount1 = BitstreamGetPos(bs1);
356 byteCount1 = bitCount1 >> 3;
359 bitCount1 &= 0x7;
380 BitstreamRepos(bs1, byteCount1, bitCount1); /* rewind one MB */

Completed in 73 milliseconds