Home
last modified time | relevance | path

Searched defs:neededBits (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_getbits.cpp111 int32 neededBits) /* number of bits to read from the bitstream (up to 25) */ in getNbits()
172 int32 neededBits) /* number of bits to read from the bit stream 2 to 9 */ in getUpTo9bits()
218 int32 neededBits) /* number of bits to read from the bit stream 2 to 8 */ in getUpTo17bits()
Dpvmp3_getbits.h107 static inline bool bitsAvailable(tmp3Bits *inputStream, uint32 neededBits) in bitsAvailable()
Dpvmp3_crc.cpp124 int32 neededBits, /* number of bits to read from the bit stream */ in getbits_crc()