Searched refs:VP8L_WRITER_BITS (Results 1 – 2 of 2) sorted by relevance
289 bw->bits_ >>= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()290 bw->used_ -= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()301 #if VP8L_WRITER_BITS == 16 in VP8LPutBitsInternal()313 while (used >= VP8L_WRITER_BITS) { in VP8LPutBitsInternal()325 lbits >>= VP8L_WRITER_BITS; in VP8LPutBitsInternal()326 used -= VP8L_WRITER_BITS; in VP8LPutBitsInternal()
78 #define VP8L_WRITER_BITS 32 // 8 * sizeof(vp8l_wtype_t) macro85 #define VP8L_WRITER_BITS 16 macro