Searched refs:COPY_LENGTH_N_BITS (Results 1 – 2 of 2) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 114 static final int[] COPY_LENGTH_N_BITS = { field in Decode 778 int copyBits = COPY_LENGTH_N_BITS[copyCode]; in decompress()
|
/external/brotli/js/ |
D | decode.js | 36 …var COPY_LENGTH_N_BITS = Int32Array.from([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6,… 820 var /** !number */ copyBits = COPY_LENGTH_N_BITS[copyCode];
|