Uses of Class
org.bytedeco.cuda.nppicom.NppiDecodeHuffmanSpec
-
Packages that use NppiDecodeHuffmanSpec Package Description org.bytedeco.cuda.global -
-
Uses of NppiDecodeHuffmanSpec in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type NppiDecodeHuffmanSpec Modifier and Type Method Description static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P1R(byte[] pSrc, int nLength, int restartInterval, int Ss, int Se, int Ah, int Al, short[] pDst, int nDstStep, NppiDecodeHuffmanSpec pHuffmanTableDC, NppiDecodeHuffmanSpec pHuffmanTableAC, NppiSize oSizeROI)static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P1R(ByteBuffer pSrc, int nLength, int restartInterval, int Ss, int Se, int Ah, int Al, ShortBuffer pDst, int nDstStep, NppiDecodeHuffmanSpec pHuffmanTableDC, NppiDecodeHuffmanSpec pHuffmanTableAC, NppiSize oSizeROI)static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P1R(BytePointer pSrc, int nLength, int restartInterval, int Ss, int Se, int Ah, int Al, ShortPointer pDst, int nDstStep, NppiDecodeHuffmanSpec pHuffmanTableDC, NppiDecodeHuffmanSpec pHuffmanTableAC, NppiSize oSizeROI)Huffman Decoding of the JPEG decoding on the host.static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(byte[] pSrc, int nLength, int nRestartInterval, int nSs, int nSe, int nAh, int nAl, short[] apDst, int[] aDstStep, NppiDecodeHuffmanSpec apHuffmanDCTable, NppiDecodeHuffmanSpec apHuffmanACTable, NppiSize aSizeROI)static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(ByteBuffer pSrc, int nLength, int nRestartInterval, int nSs, int nSe, int nAh, int nAl, ShortBuffer apDst, IntBuffer aDstStep, NppiDecodeHuffmanSpec apHuffmanDCTable, NppiDecodeHuffmanSpec apHuffmanACTable, NppiSize aSizeROI)static intnppicom. nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(BytePointer pSrc, int nLength, int nRestartInterval, int nSs, int nSe, int nAh, int nAl, ShortPointer apDst, IntPointer aDstStep, NppiDecodeHuffmanSpec apHuffmanDCTable, NppiDecodeHuffmanSpec apHuffmanACTable, NppiSize aSizeROI)static intnppicom. nppiDecodeHuffmanSpecFreeHost_JPEG(NppiDecodeHuffmanSpec pHuffmanSpec)Frees the host memory allocated by nppiDecodeHuffmanSpecInitAllocHost_JPEG.static intnppicom. nppiDecodeHuffmanSpecInitAllocHost_JPEG(byte[] pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec ppHuffmanSpec)static intnppicom. nppiDecodeHuffmanSpecInitAllocHost_JPEG(ByteBuffer pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec ppHuffmanSpec)static intnppicom. nppiDecodeHuffmanSpecInitAllocHost_JPEG(BytePointer pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec ppHuffmanSpec)static intnppicom. nppiDecodeHuffmanSpecInitHost_JPEG(byte[] pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec pHuffmanSpec)static intnppicom. nppiDecodeHuffmanSpecInitHost_JPEG(ByteBuffer pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec pHuffmanSpec)static intnppicom. nppiDecodeHuffmanSpecInitHost_JPEG(BytePointer pRawHuffmanTable, int eTableType, NppiDecodeHuffmanSpec pHuffmanSpec)Creates a Huffman table in a format that is suitable for the decoder on the host.
-