HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_SCORE_BASE (Results 1 - 2 of 2) sorted by null

  /external/brotli/c/enc/
hash.h 116 #define BROTLI_SCORE_BASE (BROTLI_DISTANCE_BIT_PENALTY * 8 * sizeof(size_t))
136 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length -
143 BROTLI_SCORE_BASE + 15;
backward_references_inc.h 32 const score_t kMinScore = BROTLI_SCORE_BASE + 100;

Completed in 1688 milliseconds