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
|
static int |
s16CompressBackup(int[] out,
int outOffset,
int[] in,
int inOffset,
int n,
int blockSize,
int oriBlockSize,
int[] oriInputBlock) |
static int |
s16Decompress(int[] out,
int outOffset,
int[] in,
int inOffset,
int n)
Decompress an integer array using Simple16
|
static int |
s16DecompressOneNumberWithHardCodes(int[] out,
int outOffset,
int value,
int numIdx) |
static int |
s16DecompressOneNumberWithHardCodesIntegrated(int[] out,
int outOffset,
int value,
int numIdx,
int oribits,
int[] expPos) |
static int |
s16DecompressWithIntBuffer(int[] out,
int outOffset,
int value,
int n) |
static int |
s16DecompressWithIntBufferBackup(int[] out,
int outOffset,
int value,
int n) |
static int |
s16DecompressWithIntBufferIntegrated(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
static int |
s16DecompressWithIntBufferIntegrated2(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
static int |
s16DecompressWithIntBufferIntegratedBackup(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits) |
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 compressedpublic static final int s16CompressBackup(int[] out,
int outOffset,
int[] in,
int inOffset,
int n,
int blockSize,
int oriBlockSize,
int[] oriInputBlock)
public 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 compressedpublic static final int s16DecompressWithIntBufferBackup(int[] out,
int outOffset,
int value,
int n)
public static final int s16DecompressWithIntBuffer(int[] out,
int outOffset,
int value,
int n)
public static final int s16DecompressWithIntBufferWithHardCodes(int[] out,
int outOffset,
int value,
int n)
public static final int s16DecompressWithIntBufferIntegrated(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits)
public static final int s16DecompressWithIntBufferIntegrated2(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits)
public static final int s16DecompressWithIntBufferIntegratedBackup(int[] out,
int outOffset,
int value,
int n,
int[] expPos,
int oribits)
public static int s16DecompressOneNumberWithHardCodes(int[] out,
int outOffset,
int value,
int numIdx)
public static int s16DecompressOneNumberWithHardCodesIntegrated(int[] out,
int outOffset,
int value,
int numIdx,
int oribits,
int[] expPos)
Copyright © 2014. All Rights Reserved.