Home
last modified time | relevance | path

Searched refs:BROTLI_SCORE_BASE (Results 1 – 2 of 2) sorted by relevance

/external/brotli/enc/
Dhash.h113 #define BROTLI_SCORE_BASE (BROTLI_DISTANCE_BIT_PENALTY * 8 * sizeof(size_t)) macro
133 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length - in BackwardReferenceScore()
140 BROTLI_SCORE_BASE + 15; in BackwardReferenceScoreUsingLastDistance()
Dbackward_references_inc.h32 const score_t kMinScore = BROTLI_SCORE_BASE + 100; in FN()