pub fn decode_ht_code_block_scalar_with_workspace(
job: HtCodeBlockDecodeJob<'_>,
output: &mut [f32],
workspace: &mut HtCodeBlockDecodeWorkspace,
) -> Result<()>Expand description
Adapter scalar HTJ2K decoder helper that reuses caller-owned scratch buffers.