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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash.h101 #define BROTLI_SCORE_BASE (BROTLI_DISTANCE_BIT_PENALTY * 8 * sizeof(size_t)) macro
121 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length -
128 BROTLI_SCORE_BASE + 15;
H A Dbackward_references_inc.h34 const score_t kMinScore = BROTLI_SCORE_BASE + 100;

Completed in 3 milliseconds