Struct NppiJpegScanDescr
JPEG scan descriptor
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public struct NppiJpegScanDescr
Fields
| Improve this Doc View SourceaComponentAcHtSel
AC Huffman table selector per component
Declaration
public byte[] aComponentAcHtSel
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
aComponentDcHtSel
DC Huffman table selector per component
Declaration
public byte[] aComponentDcHtSel
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
aComponentIdx
Frame-indexes of components. These values will be used to index arrays in \ref NppiJpegFrameDescr
Declaration
public byte[] aComponentIdx
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
apRawAcHtTable
See \ref apRawDcHtTable
Declaration
public IntPtr[] apRawAcHtTable
Field Value
| Type | Description |
|---|---|
| System.IntPtr[] |
apRawDcHtTable
Pointers to DC Huffman table description in the raw format (the same format as used in JPEG header). This array will be indexed by \ref aComponentDcHtSel. Pointers for tables unused in scan may be set to NULL.
Declaration
public IntPtr[] apRawDcHtTable
Field Value
| Type | Description |
|---|---|
| System.IntPtr[] |
length
Length of compressed (encoded) scan data
Declaration
public int length
Field Value
| Type | Description |
|---|---|
| System.Int32 |
nAh
Successive approximation bit position high
Declaration
public byte nAh
Field Value
| Type | Description |
|---|---|
| System.Byte |
nAl
Successive approximation bit position low
Declaration
public byte nAl
Field Value
| Type | Description |
|---|---|
| System.Byte |
nComponents
Number of components present in scan
Declaration
public byte nComponents
Field Value
| Type | Description |
|---|---|
| System.Byte |
nSe
End of spectral selection (index of first coefficient), 0-63
Declaration
public byte nSe
Field Value
| Type | Description |
|---|---|
| System.Byte |
nSs
Start of spectral selection (index of first coefficient), 0-63
Declaration
public byte nSs
Field Value
| Type | Description |
|---|---|
| System.Byte |
restartInterval
Restart interval in MCUs. Use 0 or -1 when none
Declaration
public int restartInterval
Field Value
| Type | Description |
|---|---|
| System.Int32 |