Searched refs:BROTLI_LITERAL_BYTE_SCORE (Results 1 – 1 of 1) sorted by relevance
113 #define BROTLI_LITERAL_BYTE_SCORE 135 macro136 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length - in BackwardReferenceScore()142 return BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length + in BackwardReferenceScoreUsingLastDistance()