Searched refs:BLOCK_SCORE (Results 1 – 1 of 1) sorted by relevance
35 constexpr int64_t BLOCK_SCORE = 8; variable287 if (((matchLen == oldScore) && (matchLen != 0)) || (matchLen > (oldScore + BLOCK_SCORE))) { in ComputeOldScore()