Searched refs:VP8L_WRITER_BITS (Results 1 – 2 of 2) sorted by relevance
290 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()
78 #define VP8L_WRITER_BITS 32 // 8 * sizeof(vp8l_wtype_t) macro85 #define VP8L_WRITER_BITS 16 macro