Skip to main content

decode_j2k_code_block_scalar_profiled

Function decode_j2k_code_block_scalar_profiled 

Source
pub fn decode_j2k_code_block_scalar_profiled(
    job: J2kCodeBlockDecodeJob<'_>,
    output: &mut [f32],
    profile: &mut J2kCodeBlockDecodeProfile,
) -> Result<()>
Expand description

Adapter scalar classic J2K decoder helper that records pass timings.