Overindexing of PulseConfTable when used in OMASA
When running: IVAS_enc.exe -ism_masa 4 2 15_Arboretum_Clean_Moving_NoOverLap_o1.csv 15_Arboretum_Clean_Moving_NoOverLap_o2.csv 15_Arboretum_Clean_Moving_NoOverLap_o3.csv 15_Arboretum_Clean_Moving_NoOverLap_o4.csv 15_Arboretum_Clean_Moving_NoOverLap_2Dir.met 32000 48 15_Arboretum_Clean_Moving_NoOverLap_oMASA.wav tst.enc (files from OMASA contribution page) cdbk at frame 1224, in bit_alloc.c at line 428 is exceeding ACELP_FIXED_CDK_NB. The input argument nBits = 417 and the original while loop would overflow and the execution hits an assertion error at least in ARM-Mac. In windows it runs without crashes, but the table is overindexed.