Home
last modified time | relevance | path

Searched refs:VP8LPutBitsInternal (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dbit_writer_utils.h126 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits);
144 VP8LPutBitsInternal(bw, bits, n_bits); in VP8LPutBits()
Dbit_writer_utils.c294 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits) { in VP8LPutBitsInternal() function