decode_row_floating_point

Function decode_row_floating_point 

Source
pub fn decode_row_floating_point<T>(
    row: &mut [T],
    stride: usize,
    bytes_per_sample: usize,
)
where T: AddAssign + Copy,
Expand description

Decode a floating point block using the specified predictor

ยงParameters

  • row: the row to decode
  • stride: the number of bytes per row
  • bytes_per_sample: the number of bytes per sample