Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dbit_writer_utils.c290 bw->bits_ >>= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()
291 bw->used_ -= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()
302 #if VP8L_WRITER_BITS == 16 in VP8LPutBitsInternal()
314 while (used >= VP8L_WRITER_BITS) { in VP8LPutBitsInternal()
326 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal()
327 used -= VP8L_WRITER_BITS; in VP8LPutBitsInternal()
Dbit_writer_utils.h78 #define VP8L_WRITER_BITS 32 // 8 * sizeof(vp8l_wtype_t) macro
85 #define VP8L_WRITER_BITS 16 macro