Home
last modified time | relevance | path

Searched refs:selectorMtf (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorInputStream.java470 final byte[] selectorMtf = dataShadow.selectorMtf;
507 selectorMtf[i] = (byte) j;
516 int v = selectorMtf[i] & 0xff;
900 final byte[] selectorMtf = new byte[MAX_SELECTORS]; // 18002 byte
DBZip2CompressorOutputStream.java938 dataShadow.selectorMtf[i] = (byte) j; in sendMTFValues2()
1017 final byte[] selectorMtf = this.data.selectorMtf; in sendMTFValues5()
1023 for (int j = 0, hj = selectorMtf[i] & 0xff; j < hj; j++) { in sendMTFValues5()
1287 final byte[] selectorMtf = new byte[MAX_SELECTORS]; // 18002 byte field in BZip2CompressorOutputStream.Data
/external/bzip2/
Dbzlib_private.h257 UChar selectorMtf[BZ_MAX_SELECTORS]; member
403 UChar selectorMtf[BZ_MAX_SELECTORS]; member
Dcompress.c476 s->selectorMtf[i] = j; in sendMTFValues()
522 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
Ddecompress.c303 s->selectorMtf[i] = j; in BZ2_decompress()
314 v = s->selectorMtf[i]; in BZ2_decompress()