Searched refs:new_byte (Results 1 – 1 of 1) sorted by relevance
630 Int new_byte = (num_bit_left >> 3); in BitstreamFlushBits() local631 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */ in BitstreamFlushBits()640 bitstream1->byteCount = new_byte; in BitstreamFlushBits()645 M4VENC_MEMCPY(ptrDst, ptrSrc, new_byte + 1); in BitstreamFlushBits()650 for (i = 0; i < new_byte; i++) in BitstreamFlushBits()664 ptrSrc = bitstream1->bitstreamBuffer + new_byte; in BitstreamFlushBits()