Searched defs:num_bit_left (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp616 /* Int num_bit_left) */
618 /* Purpose : Flush buffer except the last num_bit_left bits. */
625 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left) argument
630 Int new_byte = (num_bit_left >> 3);
631 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */

Completed in 70 milliseconds