pub fn decode_row_floating_point<T>(
row: &mut [T],
stride: usize,
bytes_per_sample: usize,
)Expand description
Decode a floating point block using the specified predictor
ยงParameters
row: the row to decodestride: the number of bytes per rowbytes_per_sample: the number of bytes per sample