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.c262 bw->bits_ >>= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()
263 bw->used_ -= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()
274 #if VP8L_WRITER_BITS == 16 in VP8LPutBitsInternal()
286 while (used >= VP8L_WRITER_BITS) { in VP8LPutBitsInternal()
298 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal()
299 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