Searched refs:movebyte (Results 1 – 1 of 1) sorted by relevance
683 Int movebyte, bitused, leftover, i, fraction; in BitstreamPrependPacket() local694 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()