Home
last modified time | relevance | path

Searched defs:readBits (Results 1 – 10 of 10) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DBitReaderBuffer.java16 public int readBits(int i) { in readBits() method in BitReaderBuffer
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DBitInputStream.java81 public long readBits(final int count) throws IOException { in readBits() method in BitInputStream
/external/brotli/java/org/brotli/dec/
DBitReader.java131 static int readBits(State s, int n) { in readBits() method in BitReader
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
DHuffmanDecoder.java530 private long readBits(int numBits) throws IOException { in readBits() method in HuffmanDecoder
534 private static long readBits(BitInputStream reader, int numBits) throws IOException { in readBits() method in HuffmanDecoder
/external/aac/libAACdec/src/
Daacdecoder.cpp833 INT readBits = in CAacDecoder_ExtPayloadParse() local
845 INT readBits; in CAacDecoder_ExtPayloadParse() local
/external/aac/libSBRdec/src/
Denv_extr.cpp487 int readBits = fMin(32, nSfb); in sbrGetSyntheticCodedData() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java729 private BitSet readBits(final ByteBuffer header, final int size) throws IOException { in readBits() method in SevenZFile
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() local
Des31fDrawBuffersIndexedTests.cpp447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() local
Des31fCopyImageTests.cpp1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in calculateThreshold() local