Home
last modified time | relevance | path

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

/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/swiftshader/src/Device/
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/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc396 int NetEqQualityTest::DecodeBlock() { in DecodeBlock() function in webrtc::test::NetEqQualityTest
425 audio_size_samples = DecodeBlock(); in Simulate()
Dneteq_quality_test.h89 int DecodeBlock();
/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()