Encoder crash with scripts\testv\spectral_test_6ch_48kHz.wav with 5.1 at 256 kbps
Basic info
- Fixed point:
- Encoder (fixed):c602cc48
Bug description
Encoder crash with scripts\testv\spectral_test_6ch_48kHz.wav with 5.1 at 256 kbps
Ways to reproduce
ivas_cod.exe -mc 5_1 256000 48 spectral_test_6ch_48kHz.wav out.pkt
Crash happens in GetFilterParameters_ivas() while calling the L_shl() in line pTnsFilter->predictionGain32 = L_shl( temp, ( sub( add( 16, temp_e ), PRED_GAIN_E ) ) ); // Q23