/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 91 …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/ |
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/modules/audio_coding/neteq/tools/ |
D | neteq_quality_test.cc | 422 int NetEqQualityTest::DecodeBlock() { in DecodeBlock() function in webrtc::test::NetEqQualityTest 463 audio_size_samples = DecodeBlock(); in Simulate()
|
D | neteq_quality_test.h | 127 int DecodeBlock();
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/ |
D | base64_test.cc | 166 TEST_P(Base64Test, DecodeBlock) { in TEST_P() argument
|
/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()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 307 bool DecodeBlock(int row4x4, int column4x4, BlockSize block_size,
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 2204 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()
|