Package | Description |
---|---|
jcuda.jnpp |
Contains the classes of JNpp.
|
Modifier and Type | Method and Description |
---|---|
static int |
JNppi.nppiEncodeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int restartInterval,
int Ss,
int Se,
int Ah,
int Al,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec pHuffmanTableDC,
NppiEncodeHuffmanSpec pHuffmanTableAC,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] apSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec[] apHuffmanDCTable,
NppiEncodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] apSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec[] apHuffmanDCTable,
NppiEncodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeHuffmanSpecFree_JPEG(NppiEncodeHuffmanSpec pHuffmanSpec) |
static int |
JNppi.nppiEncodeHuffmanSpecInit_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiEncodeHuffmanSpec pHuffmanSpec)
Creates a Huffman table in a format that is suitable for the encoder.
|
static int |
JNppi.nppiEncodeHuffmanSpecInitAlloc_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiEncodeHuffmanSpec[] ppHuffmanSpec)
Allocates memory and creates a Huffman table in a format that is suitable for the encoder.
|
static int |
JNppi.nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u> hpCodesDC,
TypedPointer<Npp8u> hpTableDC,
TypedPointer<Npp8u> hpCodesAC,
TypedPointer<Npp8u> hpTableAC,
NppiEncodeHuffmanSpec aHuffmanDCTable,
NppiEncodeHuffmanSpec aHuffmanACTable,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage) |
static int |
JNppi.nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] pSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u>[] hpCodesDC,
TypedPointer<Npp8u>[] hpTableDC,
TypedPointer<Npp8u>[] hpCodesAC,
TypedPointer<Npp8u>[] hpTableAC,
NppiEncodeHuffmanSpec[] aHuffmanDCTable,
NppiEncodeHuffmanSpec[] aHuffmanACTable,
NppiSize[] oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Optimize Huffman Encoding of the JPEG Encoding.
|
static int |
JNppi.nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] pSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u>[] hpCodesDC,
TypedPointer<Npp8u>[] hpTableDC,
TypedPointer<Npp8u>[] hpCodesAC,
TypedPointer<Npp8u>[] hpTableAC,
NppiEncodeHuffmanSpec[] aHuffmanDCTable,
NppiEncodeHuffmanSpec[] aHuffmanACTable,
NppiSize[] oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Optimize Huffman Encoding of the JPEG Encoding.
|