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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash.h98 #define BROTLI_LITERAL_BYTE_SCORE 135 macro
121 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length -
127 return BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length +

Completed in 2 milliseconds