Searched refs:num_bit_left (Results 1 – 2 of 2) sorted by relevance
45 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left);
624 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left) in BitstreamFlushBits() argument629 Int new_byte = (num_bit_left >> 3); in BitstreamFlushBits()630 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */ in BitstreamFlushBits()