public class Simple16WithHardCodes extends Object
Constructor and Description |
---|
Simple16WithHardCodes() |
Modifier and Type | Method and Description |
---|---|
static int |
s16Compress(int[] out,
int outOffset,
int[] in,
int inOffset,
int n,
int blockSize,
int oriBlockSize,
int[] oriInputBlock)
Compress an integer array using Simple16
|
protected static int |
s16CompressBackup(int[] out,
int outOffset,
int[] in,
int inOffset,
int n,
int blockSize,
int oriBlockSize,
int[] oriInputBlock) |
protected static int |
s16Decompress(int[] out,
int outOffset,
int[] in,
int inOffset,
int n)
Decompress an integer array using Simple16
|
protected static int |
s16DecompressOneNumberWithHardCodes(int[] out,
int outOffset,
int value,
int numIdx) |
protected static int |
s16DecompressOneNumberWithHardCodesIntegrated(int[] out,
int outOffset,
int value,
int numIdx,
int oribits,
int[] expPos) |
protected static int |
s16DecompressWithIntBuffer(int[] out,
int outOffset,
int value,
int n) |
protected static int |
s16DecompressWithIntBufferBackup(int[] out,
int outOffset,
int value,
int n) |
protected static int |
s16DecompressWithIntBufferIntegrated(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
protected static int |
s16DecompressWithIntBufferIntegrated2(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
protected static int |
s16DecompressWithIntBufferIntegratedBackup(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
protected static int |
s16DecompressWithIntBufferWithHardCodes(int[] out,
int outOffset,
int value,
int n) |
public static final int s16Compress(int[] out, int outOffset, int[] in, int inOffset, int n, int blockSize, int oriBlockSize, int[] oriInputBlock)
out
- the compressed outputoutOffset
- the offset of the output in the number of integersin
- the integer input arrayinOffset
- the offset of the input in the number of integersn
- the number of elements to be compressedblockSize
- block sizeoriBlockSize
- ori block sizeoriInputBlock
- ori input blockprotected static final int s16CompressBackup(int[] out, int outOffset, int[] in, int inOffset, int n, int blockSize, int oriBlockSize, int[] oriInputBlock)
protected static final int s16Decompress(int[] out, int outOffset, int[] in, int inOffset, int n)
out
- the decompressed outputoutOffset
- the offset of the output in the number of integersin
- the compressed input arrayinOffset
- the offset of the input in the number of integersn
- the number of elements to be compressedprotected static final int s16DecompressWithIntBufferBackup(int[] out, int outOffset, int value, int n)
protected static final int s16DecompressWithIntBuffer(int[] out, int outOffset, int value, int n)
protected static final int s16DecompressWithIntBufferWithHardCodes(int[] out, int outOffset, int value, int n)
protected static final int s16DecompressWithIntBufferIntegrated(int[] out, int outOffset, int value, int n, int[] expPos, int oribits)
protected static final int s16DecompressWithIntBufferIntegrated2(int[] out, int outOffset, int value, int n, int[] expPos, int oribits)
protected static final int s16DecompressWithIntBufferIntegratedBackup(int[] out, int outOffset, int value, int n, int[] expPos, int oribits)
protected static int s16DecompressOneNumberWithHardCodes(int[] out, int outOffset, int value, int numIdx)
protected static int s16DecompressOneNumberWithHardCodesIntegrated(int[] out, int outOffset, int value, int numIdx, int oribits, int[] expPos)
Copyright © 2014. All Rights Reserved.