| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
nppicom.nppiDCTFree(NppiDCTState pState)
Frees the additional resources of the DCT state structure.
|
static int |
nppicom.nppiDCTInitAlloc_Ctx(NppiDCTState ppState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTInitAlloc(NppiDCTState ppState) |
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(byte[] pSrc,
int nSrcStep,
short[] pDst,
int nDstStep,
short[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(ByteBuffer pSrc,
int nSrcStep,
ShortBuffer pDst,
int nDstStep,
ShortBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(BytePointer pSrc,
int nSrcStep,
ShortPointer pDst,
int nDstStep,
ShortPointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx)
Forward DCT, quantization and level shift part of the JPEG encoding, 16-bit short integer.
|
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW(byte[] pSrc,
int nSrcStep,
short[] pDst,
int nDstStep,
short[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW(ByteBuffer pSrc,
int nSrcStep,
ShortBuffer pDst,
int nDstStep,
ShortBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuant16Fwd8x8LS_JPEG_8u16s_C1R_NEW(BytePointer pSrc,
int nSrcStep,
ShortPointer pDst,
int nDstStep,
ShortPointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(short[] pSrc,
int nSrcStep,
byte[] pDst,
int nDstStep,
short[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(ShortBuffer pSrc,
int nSrcStep,
ByteBuffer pDst,
int nDstStep,
ShortBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(ShortPointer pSrc,
int nSrcStep,
BytePointer pDst,
int nDstStep,
ShortPointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx)
Inverse DCT, de-quantization and level shift part of the JPEG decoding, 16-bit short integer.
|
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW(short[] pSrc,
int nSrcStep,
byte[] pDst,
int nDstStep,
short[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW(ShortBuffer pSrc,
int nSrcStep,
ByteBuffer pDst,
int nDstStep,
ShortBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuant16Inv8x8LS_JPEG_16s8u_C1R_NEW(ShortPointer pSrc,
int nSrcStep,
BytePointer pDst,
int nDstStep,
ShortPointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(byte[] pSrc,
int nSrcStep,
short[] pDst,
int nDstStep,
byte[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(ByteBuffer pSrc,
int nSrcStep,
ShortBuffer pDst,
int nDstStep,
ByteBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW_Ctx(BytePointer pSrc,
int nSrcStep,
ShortPointer pDst,
int nDstStep,
BytePointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx)
Forward DCT, quantization and level shift part of the JPEG encoding.
|
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW(byte[] pSrc,
int nSrcStep,
short[] pDst,
int nDstStep,
byte[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW(ByteBuffer pSrc,
int nSrcStep,
ShortBuffer pDst,
int nDstStep,
ByteBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW(BytePointer pSrc,
int nSrcStep,
ShortPointer pDst,
int nDstStep,
BytePointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(short[] pSrc,
int nSrcStep,
byte[] pDst,
int nDstStep,
byte[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(ShortBuffer pSrc,
int nSrcStep,
ByteBuffer pDst,
int nDstStep,
ByteBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx) |
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW_Ctx(ShortPointer pSrc,
int nSrcStep,
BytePointer pDst,
int nDstStep,
BytePointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState,
NppStreamContext nppStreamCtx)
Inverse DCT, de-quantization and level shift part of the JPEG decoding.
|
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW(short[] pSrc,
int nSrcStep,
byte[] pDst,
int nDstStep,
byte[] pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW(ShortBuffer pSrc,
int nSrcStep,
ByteBuffer pDst,
int nDstStep,
ByteBuffer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppicom.nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW(ShortPointer pSrc,
int nSrcStep,
BytePointer pDst,
int nDstStep,
BytePointer pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
Copyright © 2019. All rights reserved.