Searched refs:DecodeBlock (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 92 …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/ |
D | ETC_Decoder.cpp | 92 …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/ |
D | neteq_quality_test.cc | 396 int NetEqQualityTest::DecodeBlock() { in DecodeBlock() function in webrtc::test::NetEqQualityTest 425 audio_size_samples = DecodeBlock(); in Simulate()
|
D | neteq_quality_test.h | 89 int DecodeBlock();
|
/external/boringssl/src/crypto/base64/ |
D | base64_test.cc | 166 TEST_P(Base64Test, DecodeBlock) { in TEST_P() argument
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 749 static HRESULT DecodeBlock(CXzUnpackerCPP2 &xzu, in DecodeBlock() function 870 RINOK(DecodeBlock(xz, _handlerSpec->_seqStream, block.StreamFlags, block.PackSize, in Read()
|