Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp324 static bool outputSequence(const Dictionary& dict, int code, uint8_t*& output, int outputSizeBytes,… in outputSequence() function
372 …if (!outputSequence(dictionary, prevCode, ptr, uncompressedSizeBytes, bytesDecoded, firstByte)) br… in lzwDecode()
374 …} else if (!outputSequence(dictionary, code, ptr, uncompressedSizeBytes, bytesDecoded, firstByte))… in lzwDecode()