Searched refs:readBits (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | BitReaderTest.java | 26 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()
|
D | Decode.java | 407 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()
|
D | BitReader.java | 154 static int readBits(State s, int n) { in readBits() method in BitReader
|
/third_party/openh264/test/api/ |
D | BaseThreadDecoderTest.cpp | 16 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/ |
D | h264dec.cpp | 79 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/ |
D | es31fShaderFramebufferFetchTests.cpp | 157 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()
|
D | es31fDrawBuffersIndexedTests.cpp | 454 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()
|
D | es31fCopyImageTests.cpp | 1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in calculateThreshold() local 1656 const tcu::IVec4 minBits = tcu::min(srcBits, readBits); in calculateThreshold()
|