Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/tests/
H A Dfullbench.c651 int (*compressionFunction)(const char*, char*, int); in fullSpeedBench() local
690 compressionFunction = compDescArray[cAlgNb].compressionF; in fullSpeedBench()
696 if (compressorName==NULL || compressionFunction==NULL) { in fullSpeedBench()
714 …chunkP[chunkNb].compressedSize = compressionFunction(chunkP[chunkNb].origBuffer, chunkP[chunkNb].c… in fullSpeedBench()
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c827 …compress_f const compressionFunction = (compressionlevel < 3) ? LZ4IO_compressBlockLegacy_fast : L… in LZ4IO_compressLegacy_internal() local
871 rjd.compress = compressionFunction; in LZ4IO_compressLegacy_internal()