Skip to main content

Module quantize

Module quantize 

Source
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]).