Searched refs:BROTLI_SCORE_BASE (Results 1 – 2 of 2) sorted by relevance
116 #define BROTLI_SCORE_BASE (BROTLI_DISTANCE_BIT_PENALTY * 8 * sizeof(size_t)) macro136 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length - in BackwardReferenceScore()143 BROTLI_SCORE_BASE + 15; in BackwardReferenceScoreUsingLastDistance()
32 const score_t kMinScore = BROTLI_SCORE_BASE + 100; in EXPORT_FN()