Expand description
Drop-in quantization helpers that apply dither before rounding.
Functions§
- quantize_
dithered - Quantize a single value with deterministic dither.
- quantize_
slice_ dithered - Quantize a slice in-place with deterministic dither.
- quantize_
to_ code - Quantize to a raw integer code (signed, in
[-(2^(bits-1)), 2^(bits-1)-1]).