func compress/bzip2.newMTFDecoderWithRange

2 uses

	compress/bzip2 (current package)
		bzip2.go#L283: 	mtfTreeDecoder := newMTFDecoderWithRange(numHuffmanTrees)
		move_to_front.go#L27: func newMTFDecoderWithRange(n int) moveToFrontDecoder {