Assertion in gain_enc_mless_ivas_fx in BASOP encoder for MASA LTV input with DTX enabled
# Basic info <!--- Add commit SHA used to reproduce --> - Fixed point: - Encoder (fixed): 00e3a39dc1de - Decoder (fixed): 00e3a39dc1de # Bug description There is an assert in BASOP encoder with LTV input vectors for MASA in frame 1732. The stack trace is following: ![Screenshot_2025-01-22_at_14.50.56](/uploads/bc93170fdea336bc669f233ea671666a/Screenshot_2025-01-22_at_14.50.56.png) # Ways to reproduce <!-- Commandline or script --> Use the following command-line ```bash IVAS_cod -masa 2 ltv48_MASA2TC.met -max_band swb -dtx 24400 32 ltv32_MASA2TC.wav test_0190.bs ``` For some reason, this assert was not hit on the encoder side when running our test set but another assert happened on the decoder side. If this happens with your setup, then the decoder command-line was ```bash IVAS_dec EXT 48 test_0190.bs 0190_ltv32_MASA2TC.wav_24k4_32-48___EXT.wav ``` <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary. -->
issue