Package | Description |
---|---|
jcuda.jnpp |
Contains the classes of JNpp.
|
Modifier and Type | Method and Description |
---|---|
static int |
JNppi.nppiDecodeHuffmanScanHost_JPEG_8u16s_P1R(TypedPointer<Npp8u> pSrc,
int nLength,
int restartInterval,
int Ss,
int Se,
int Ah,
int Al,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiDecodeHuffmanSpec pHuffmanTableDC,
NppiDecodeHuffmanSpec pHuffmanTableAC,
NppiSize oSizeROI)
Huffman Decoding of the JPEG decoding on the host.
|
static int |
JNppi.nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(TypedPointer<Npp8u> pSrc,
int nLength,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp16s>[] apDst,
int[] aDstStep,
NppiDecodeHuffmanSpec[] apHuffmanDCTable,
NppiDecodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI) |
static int |
JNppi.nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(TypedPointer<Npp8u> pSrc,
int nLength,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp16s>[] apDst,
int[] aDstStep,
NppiDecodeHuffmanSpec[] apHuffmanDCTable,
NppiDecodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI) |
static int |
JNppi.nppiDecodeHuffmanSpecFreeHost_JPEG(NppiDecodeHuffmanSpec pHuffmanSpec) |
static int |
JNppi.nppiDecodeHuffmanSpecInitAllocHost_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiDecodeHuffmanSpec[] ppHuffmanSpec)
Allocates memory and creates a Huffman table in a format that is suitable for the decoder on the host.
|
static int |
JNppi.nppiDecodeHuffmanSpecInitHost_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiDecodeHuffmanSpec pHuffmanSpec)
Creates a Huffman table in a format that is suitable for the decoder on the host.
|