Home
last modified time | relevance | path

Searched refs:readBits (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
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()
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()
DBitReader.java154 static int readBits(State s, int n) { in readBits() method in BitReader
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp16 static int32_t readBits (uint8_t* pBufPtr, int32_t& n, int32_t& curBit) { in readBits() function
31 r = readBits (pBufPtr, i, curBit); in bsGetUe()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp79 int32_t readBits (uint8_t* pBufPtr, int32_t& n, int32_t& curBit) { in readBits() function
94 r = readBits (pBufPtr, i, curBit); in bsGetUe()
/third_party/vk-gl-cts/modules/gles31/functional/
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<deUint… in getFixedPointFormatThreshold()
Des31fDrawBuffersIndexedTests.cpp454 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() local
456 …return Vec4(3.0f) / ((tcu::Vector<deUint64, 4>(1) << (tcu::min(srcBits, readBits).cast<deUint64>()… in getFixedPointFormatThreshold()
Des31fCopyImageTests.cpp1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in calculateThreshold() local
1656 const tcu::IVec4 minBits = tcu::min(srcBits, readBits); in calculateThreshold()