attr: move fixed point adjustment out of quantization functions
The quantization functions are applied to both fixed-point and unitary precision data using the same QP. This commit moves the implicit conversion adjustment out of the quantiser and into the calling code.
Please register or sign in to comment