Commit f90c648d authored by vaclav's avatar vaclav
Browse files

Merge branch...

Merge branch '1861-basop-assert-in-binaural_room_reverb-decoding-with-render-config-and-head-rotation' into 'main'

Resolve "BASOP Assert in BINAURAL_ROOM_REVERB decoding with render config and head rotation for fx_enc->fx_dec LTV test"

Closes #1861

See merge request !2047
parents 8785eb25 10a9f69f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1951,7 +1951,7 @@ static void reverb_block_fx(
                Word32 *pOutput = &ppOutput_fx[j][0];
                FOR( ns = 0; ns < inner_bsize; ns++ )
                {
                    pFeedback_input_fx[ns] = ( L_add( Mpy_32_32( gain_matrix_j_i, pOutput[ns] ), pFeedback_input_fx[ns] ) );
                    pFeedback_input_fx[ns] = ( L_add_sat( Mpy_32_32( gain_matrix_j_i, pOutput[ns] ), pFeedback_input_fx[ns] ) );
                    move32();
                }
            }