Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A 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()
H A Dpvmp3_getbits.h107 static inline bool bitsAvailable(tmp3Bits *inputStream, uint32 neededBits) in bitsAvailable()
H A Dpvmp3_crc.cpp124 int32 neededBits, /* number of bits to read from the bit stream */ in getbits_crc()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/
H A DOrderedTuple.java196 final int neededBits = offset + 1 - lsb; in encode() local