Searched refs:movebyte (Results 1 – 1 of 1) sorted by relevance
684 Int movebyte, bitused, leftover, i, fraction; in BitstreamPrependPacket() local695 movebyte = bitstream1->byteCount; in BitstreamPrependPacket()696 if (movebyte < bitstream2->byteCount) in BitstreamPrependPacket()697 movebyte = bitstream2->byteCount; in BitstreamPrependPacket()698 movebyte++; in BitstreamPrependPacket()702 pDst = pSrc + movebyte; in BitstreamPrependPacket()