Searched refs:offCode (Results 1 – 5 of 5) sorted by relevance
175 U32 const offCode = ZSTD_highbit32(offset+1); in ZSTD_getMatchPrice() local180 return ZSTD_highbit32((U32)mlBase+1) + 16 + offCode; in ZSTD_getMatchPrice()182 price = offCode + optPtr->log2offCodeSum - ZSTD_highbit32(optPtr->offCodeFreq[offCode]+1); in ZSTD_getMatchPrice()183 …if ((optLevel<2) /*static*/ && offCode >= 20) price += (offCode-19)*2; /* handicap for long distan… in ZSTD_getMatchPrice()212 { U32 const offCode = ZSTD_highbit32(offsetCode+1); in ZSTD_updateStats() local213 assert(offCode <= MaxOff); in ZSTD_updateStats()214 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
1413 BYTE* offCode; member
2405 BYTE* offCode; member
2764 BYTE* offCode; member
525 BYTE* offCode; member