Searched refs:blockIndependent (Results 1 – 2 of 2) sorted by relevance
67 typedef enum { blockLinked=0, blockIndependent} blockMode_t; enumerator
290 prefs.frameInfo.blockMode = blockIndependent; /* no need for linked blocks */ in LZ4F_compressFrame()494 if (blockMode == blockIndependent) return LZ4F_localLZ4_compress_limitedOutput_withState; in LZ4F_selectCompression()497 if (blockMode == blockIndependent) return LZ4_compressHC2_limitedOutput_withStateHC; in LZ4F_selectCompression()