Searched refs:decompressionFunction (Results 1 – 1 of 1) sorted by relevance
769 int (*decompressionFunction)(const char*, char*, int, int) = NULL; in fullSpeedBench() local782 decompressionFunction = decDescArray[dAlgNb].decompressionF; in fullSpeedBench()783 if (dName==NULL || decompressionFunction == NULL) in fullSpeedBench()810 …int const decodedSize = decompressionFunction(chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].or… in fullSpeedBench()