splitInts
fun splitInts(count: Int, b: IntArray, bShift: Int, dec: Int, bMask: Int, c: IntArray, cIndex: Int, cMask: Int)
Core methods for decoding blocks of docs / freqs / positions / offsets.
Read
countints.For all
i>= 0 so thatbShift - i * dec> 0, apply shiftbShift - i * decand store the result inbat offsetcount * i.Apply mask
cMaskand store the result incstarting at offsetcIndex.