Searched refs:DICTIONARY_SIZE_BITS_BY_LENGTH (Results 1 – 2 of 2) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 78 static final int[] DICTIONARY_SIZE_BITS_BY_LENGTH = { field in Decode 933 int shift = DICTIONARY_SIZE_BITS_BY_LENGTH[s.copyLength]; in decompress()
|
/external/brotli/js/ |
D | decode.js | 30 …var DICTIONARY_SIZE_BITS_BY_LENGTH = Int32Array.from([0, 0, 0, 0, 10, 10, 11, 11, 10, 10, 10, 10, … 974 var /** !number */ shift = DICTIONARY_SIZE_BITS_BY_LENGTH[s.copyLength];
|