Home
last modified time | relevance | path

Searched refs:readBits (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DBitReaderTest.java26 BitReader.readBits(reader, 9); in testReadAfterEos()
41 BitReader.readBits(reader, 13); in testAccumulatorUnderflowDetected()
42 BitReader.readBits(reader, 13); in testAccumulatorUnderflowDetected()
43 BitReader.readBits(reader, 13); in testAccumulatorUnderflowDetected()
44 BitReader.readBits(reader, 13); in testAccumulatorUnderflowDetected()
45 BitReader.readBits(reader, 13); in testAccumulatorUnderflowDetected()
H A DDecode.java407 return BLOCK_LENGTH_OFFSET[code] + BitReader.readBits(s, n); in readBlockLength()
1131 s.insertLength = insertLengthOffset + BitReader.readBits(s, extraBits); in decompress()
1136 s.copyLength = copyLengthOffset + BitReader.readBits(s, extraBits); in decompress()
1220 bits = BitReader.readBits(s, extraBits); in decompress()
H A DBitReader.java154 static int readBits(State s, int n) { in readBits() method in BitReader
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp454 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() local
460 const int bits = de::min(srcBits[i], readBits[i]); in getFixedPointFormatThreshold()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() local
159 return tcu::Vec4(3.0f) / ((tcu::Vector<deUint64, 4>(1) << (tcu::min(srcBits, readBits).cast<deUint64>())) - tcu::Vector<deUint64, 4>(1)).cast<float>(); in getFixedPointFormatThreshold()
H A Des31fCopyImageTests.cpp1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
1656 const tcu::IVec4 minBits = tcu::min(srcBits, readBits);

Completed in 11 milliseconds