Lines Matching refs:getbits
54 getbits(const uint8_t *buf, const uint32_t n, uint32_t *i, uint32_t *l) in getbits() function
144 (uint8_t) (0x80|((val&0x3f)<<1)|getbits(isrc, 1 , &i ,&l)); in MPPC_Decompress()
159 off = (((val&0x0f)<<2)|getbits(isrc, 2 , &i ,&l)); in MPPC_Decompress()
163 off = ((((val&0x0f)<<4)|getbits(isrc, 4 , &i ,&l))+64); in MPPC_Decompress()
184 getbits(isrc, 1 , &i ,&l); in MPPC_Decompress()
188 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
192 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()
203 getbits(isrc, 2 , &i ,&l); in MPPC_Decompress()
207 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
211 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()
222 getbits(isrc, 2 , &i ,&l); in MPPC_Decompress()
226 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
230 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()