Home
last modified time | relevance | path

Searched refs:copyNibbles (Results 1 – 2 of 2) sorted by relevance

/external/brotli/java/org/brotli/dec/
DBitReader.java207 int copyNibbles = Math.min(halfAvailable(s), length >> LOG_HALF_SIZE); in copyBytes() local
208 if (copyNibbles > 0) { in copyBytes()
210 int delta = copyNibbles << LOG_HALF_SIZE; in copyBytes()
214 s.halfOffset += copyNibbles; in copyBytes()
/external/brotli/js/
Ddecode.js1385 var /** !number */ copyNibbles = min(halfAvailable(s), length >> 1);
1386 if (copyNibbles > 0) {
1388 var /** !number */ delta = copyNibbles << 1;
1392 s.halfOffset += copyNibbles;