Preprocessing time-domain issues
Basic info
- Fixed point:
- Encoder (fixed): 20cb1008
Bug description
For the time domain stereo, the ICA is systematically under-estimated the time shift as seen in the figure below.
from top to bottom :
- input signal
- time shift (input to quantized) float
- time shift (input to quantized) fixed point
- difference between float and fixed point input to the quantizer
- output of the quantized float
- output of the quantized fixed point
- difference between float and fixed of the quantized output
The next figure shows the same plot as above, but with the correction proposed in !1135 (merged) . It can be seen that when the input to the quantize is the same between float and fixed point, the output is the same as well
Ways to reproduce
Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx
IVAS_cod -STEREO 2 32000 32 input_32k_short bit
Edited by vaillancour