Lines Matching refs:getbits
52 getbits(const uint8_t *buf, const uint32_t n, uint32_t *i, uint32_t *l) in getbits() function
142 (uint8_t) (0x80|((val&0x3f)<<1)|getbits(isrc, 1 , &i ,&l)); in MPPC_Decompress()
157 off = (((val&0x0f)<<2)|getbits(isrc, 2 , &i ,&l)); in MPPC_Decompress()
161 off = ((((val&0x0f)<<4)|getbits(isrc, 4 , &i ,&l))+64); in MPPC_Decompress()
182 getbits(isrc, 1 , &i ,&l); in MPPC_Decompress()
186 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
190 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()
201 getbits(isrc, 2 , &i ,&l); in MPPC_Decompress()
205 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
209 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()
220 getbits(isrc, 2 , &i ,&l); in MPPC_Decompress()
224 getbits(isrc, 4 , &i ,&l); in MPPC_Decompress()
228 getbits(isrc, 6 , &i ,&l); in MPPC_Decompress()