Home
last modified time | relevance | path

Searched defs:DecodeBlock (Results 1 – 7 of 7) sorted by relevance

/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/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc422 int NetEqQualityTest::DecodeBlock() { in DecodeBlock() function in webrtc::test::NetEqQualityTest
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp749 static HRESULT DecodeBlock(CXzUnpackerCPP2 &xzu, in DecodeBlock() function
/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
/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
/external/libgav1/libgav1/src/tile/
Dtile.cc2204 bool Tile::DecodeBlock(int row4x4, int column4x4, BlockSize block_size, in DecodeBlock() function in libgav1::Tile