#[repr(C)]
pub struct opj_tccp_info {
Show 14 fields pub compno: OPJ_UINT32, pub csty: OPJ_UINT32, pub numresolutions: OPJ_UINT32, pub cblkw: OPJ_UINT32, pub cblkh: OPJ_UINT32, pub cblksty: OPJ_UINT32, pub qmfbid: OPJ_UINT32, pub qntsty: OPJ_UINT32, pub stepsizes_mant: [OPJ_UINT32; 97], pub stepsizes_expn: [OPJ_UINT32; 97], pub numgbits: OPJ_UINT32, pub roishift: OPJ_INT32, pub prcw: [OPJ_UINT32; 33], pub prch: [OPJ_UINT32; 33],
}
Expand description

Tile-component coding parameters information

Fields

compno: OPJ_UINT32

component index

csty: OPJ_UINT32

coding style

numresolutions: OPJ_UINT32

number of resolutions

cblkw: OPJ_UINT32

log2 of code-blocks width

cblkh: OPJ_UINT32

log2 of code-blocks height

cblksty: OPJ_UINT32

code-block coding style

qmfbid: OPJ_UINT32

discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-3 reversible

qntsty: OPJ_UINT32

quantisation style

stepsizes_mant: [OPJ_UINT32; 97]

stepsizes used for quantization

stepsizes_expn: [OPJ_UINT32; 97]

stepsizes used for quantization

numgbits: OPJ_UINT32

number of guard bits

roishift: OPJ_INT32

Region Of Interest shift

prcw: [OPJ_UINT32; 33]

precinct width

prch: [OPJ_UINT32; 33]

precinct height

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.