| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nppicom |
| Modifier and Type | Method and Description |
|---|---|
static int |
nppicom.nppiJpegDecodeJob_Ctx(NppiJpegDecodeJob pJob,
NppiJpegDecodeJobMemory pMemory,
NppStreamContext nppStreamCtx)
Executes a job -- part of decoding.
|
static int |
nppicom.nppiJpegDecodeJob(NppiJpegDecodeJob pJob,
NppiJpegDecodeJobMemory pMemory) |
static int |
nppicom.nppiJpegDecodeJobCreateFinalize(NppiJpegDecodeJob pJob)
Initializes a job that has to be called at the end of decoding,
in order to convert temporary representation of DCT coefficients
to the final one.
|
static int |
nppicom.nppiJpegDecodeJobCreateMemzero(NppiJpegDecodeJob pJob)
Initializes a job that has to be called at the beginning of decoding.
|
static int |
nppicom.nppiJpegDecodeJobMemorySize(NppiJpegDecodeJob pJob,
SizeTPointer aSize)
Calculates sizes of additional buffers used by the job.
|
| Modifier and Type | Method and Description |
|---|---|
NppiJpegDecodeJob |
NppiJpegDecodeJob.eKind(int setter) |
NppiJpegDecodeJob |
NppiJpegDecodeJob.pFrame(NppiJpegFrameDescr setter) |
NppiJpegDecodeJob |
NppiJpegDecodeJob.position(long position) |
NppiJpegDecodeJob |
NppiJpegDecodeJob.pScan(NppiJpegScanDescr setter) |
Copyright © 2019. All rights reserved.