pub fn decode_ht_code_block_scalar_with_workspace_profiled(
job: HtCodeBlockDecodeJob<'_>,
output: &mut [f32],
workspace: &mut HtCodeBlockDecodeWorkspace,
profile: &mut HtCodeBlockDecodeProfile,
) -> Result<()>Expand description
Adapter scalar HTJ2K decoder helper that reuses scratch and records phase timings.