Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dbitstream_io.cpp683 Int movebyte, bitused, leftover, i, fraction; in BitstreamPrependPacket() local
694 movebyte = bitstream1->byteCount; in BitstreamPrependPacket()
695 if (movebyte < bitstream2->byteCount) in BitstreamPrependPacket()
696 movebyte = bitstream2->byteCount; in BitstreamPrependPacket()
697 movebyte++; in BitstreamPrependPacket()
701 pDst = pSrc + movebyte; in BitstreamPrependPacket()