Home | History | Annotate | Download | only in utils

Lines Matching full:bits

30   int      run_;        // number of outstanding bits
31 int nb_bits_; // number of pending bits
55 // return approximate write position (in bits)
84 int used_; // number of bits used in accumulator
89 // After all bits are written (VP8LBitWriterFinish()), the caller must observe
92 // writing of bits.
107 // This function writes bits into bytes in increasing addresses (little endian),
109 // This function can write up to 32 bits in one go, but VP8LBitReader can only
110 // read 24 bits max (VP8L_MAX_NUM_BIT_READ).
112 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits);