Home
last modified time | relevance | path

Searched refs:DecodeBlock (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/Device/
DETC_Decoder.cpp91 …static void DecodeBlock(const ETC2 **sources, unsigned char *dest, int nbChannels, int x, int y, i… in DecodeBlock() function
686 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, w, h, dstPitch, inputType == ETC_R_SIGN… in Decode()
698 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, w, h, dstPitch, inputType == ETC_RG_SIG… in Decode()
720 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, w, h, 4, false, false); in Decode()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp92 …static void DecodeBlock(const ETC2** sources, unsigned char *dest, int nbChannels, int x, int y, i… in DecodeBlock() function
693 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
705 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
727 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, dstW, dstH, 4, false, false); in Decode()
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc422 int NetEqQualityTest::DecodeBlock() { in DecodeBlock() function in webrtc::test::NetEqQualityTest
463 audio_size_samples = DecodeBlock(); in Simulate()
Dneteq_quality_test.h127 int DecodeBlock();
/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/
Dbase64_test.cc166 TEST_P(Base64Test, DecodeBlock) { in TEST_P() argument
/external/boringssl/src/crypto/base64/
Dbase64_test.cc166 TEST_P(Base64Test, DecodeBlock) { in TEST_P() argument
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp749 static HRESULT DecodeBlock(CXzUnpackerCPP2 &xzu, in DecodeBlock() function
870 RINOK(DecodeBlock(xz, _handlerSpec->_seqStream, block.StreamFlags, block.PackSize, in Read()
/external/libgav1/libgav1/src/
Dtile.h307 bool DecodeBlock(int row4x4, int column4x4, BlockSize block_size,
/external/libgav1/libgav1/src/tile/
Dtile.cc2204 bool Tile::DecodeBlock(int row4x4, int column4x4, BlockSize block_size, in DecodeBlock() function in libgav1::Tile
2500 if (!DecodeBlock(block.row4x4, block.column4x4, block.block_size, in DecodeSuperBlock()