Searched refs:VP8LPutBitsInternal (Results 1 – 2 of 2) sorted by relevance
118 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits);136 VP8LPutBitsInternal(bw, bits, n_bits); in VP8LPutBits()
266 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits) { in VP8LPutBitsInternal() function