Searched refs:new_byte (Results 1 – 1 of 1) sorted by relevance
629 Int new_byte = (num_bit_left >> 3); in BitstreamFlushBits() local630 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */ in BitstreamFlushBits()639 bitstream1->byteCount = new_byte; in BitstreamFlushBits()644 M4VENC_MEMCPY(ptrDst, ptrSrc, new_byte + 1); in BitstreamFlushBits()649 for (i = 0; i < new_byte; i++) in BitstreamFlushBits()663 ptrSrc = bitstream1->bitstreamBuffer + new_byte; in BitstreamFlushBits()