Lines Matching defs:favorDecSpeed
250 const HCfavor_e favorDecSpeed)
282 if (favorDecSpeed && (ipIndex - matchIndex < 8)) {
797 const HCfavor_e favorDecSpeed);
843 HCfavor_e const favor = ctx->favorDecSpeed ? favorDecompressionSpeed : favorCompressionRatio;
1061 LZ4_streamHCPtr->internal_donotuse.favorDecSpeed = (favor!=0);
1312 const HCfavor_e favorDecSpeed)
1319 int matchLength = LZ4HC_InsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nbSearches, 1 /*patternAnalysis*/, 1 /*chainSwap*/, dict, favorDecSpeed);
1321 if (favorDecSpeed) {
1340 const HCfavor_e favorDecSpeed)
1376 LZ4HC_match_t const firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed);
1449 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed);
1452 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecSpeed);
1500 assert((U32)favorDecSpeed <= 1);
1502 || price <= opt[pos].price - (int)favorDecSpeed) {