Searched refs:BLOCK_LENGTH_N_BITS (Results 1 – 2 of 2) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 96 static final int[] BLOCK_LENGTH_N_BITS = { field in Decode 259 int n = BLOCK_LENGTH_N_BITS[code]; in readBlockLength()
|
/external/brotli/js/ |
D | decode.js | 32 …var BLOCK_LENGTH_N_BITS = Int32Array.from([2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7… 205 var /** !number */ n = BLOCK_LENGTH_N_BITS[code];
|