Home
last modified time | relevance | path

Searched defs:mtfFreq (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java764 final int[] mtfFreq = this.data.mtfFreq; in sendMTFValues0() local
1183 final int[] mtfFreq = dataShadow.mtfFreq; in generateMTFValues() local
1285 final int[] mtfFreq = new int[MAX_ALPHA_SIZE]; // 1032 byte field in BZip2CompressorOutputStream.Data
/external/bzip2/
Dbzlib_private.h255 Int32 mtfFreq [BZ_MAX_ALPHA_SIZE]; member