Function grokj2k_sys::grk_set_MCT[][src]

pub unsafe extern "C" fn grk_set_MCT(
    parameters: *mut grk_cparameters,
    pEncodingMatrix: *mut f32,
    p_dc_shift: *mut i32,
    pNbComp: u32
) -> bool
Expand description

Set the MCT matrix to use.

@param parameters the parameters to change. @param pEncodingMatrix the compressing matrix. @param p_dc_shift the dc shift coefficients to use. @param pNbComp the number of components of the image.

@return true if the parameters could be set.