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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp684 Int movebyte, bitused, leftover, i, fraction; local
695 movebyte = bitstream1->byteCount;
696 if (movebyte < bitstream2->byteCount)
697 movebyte = bitstream2->byteCount;
698 movebyte++;
700 /* shift bitstream1 to the right by movebyte */
702 pDst = pSrc + movebyte;

Completed in 102 milliseconds