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

/external/brotli/c/enc/
H A Dhash.h110 #define BROTLI_LITERAL_BYTE_SCORE 135 macro
133 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length -
139 return BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length +

Completed in 76 milliseconds