Searched defs:VP8GetBit (Results 1 – 2 of 2) sorted by relevance
107 static WEBP_INLINE int VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, in VP8GetBit() function
40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) macro