Searched refs:bitCount3 (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
355 bitCount3 = BitstreamGetPos(bs3);
358 byteCount3 = bitCount3 >> 3;
361 bitCount3 &= 0x7;
382 BitstreamRepos(bs3, byteCount3, bitCount3); /* rewind one MB */

Completed in 328 milliseconds