Commit 48092e1d authored by Fabian Bauer's avatar Fabian Bauer
Browse files

correct instrumentation

parent d6d60eaa
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7137,8 +7137,8 @@ static ivas_error renderIsmToSplitBinaural(

                        FOR( int i = 0; i < noChannels; i++ )
                        {
                            realBuffer_fx[i] = L_shl( realBuffer_fx[i], sub( exp, q_cldfb ) - 1 ); /*Q(exp)*/
                            imagBuffer_fx[i] = L_shl( imagBuffer_fx[i], sub( exp, q_cldfb ) - 1 ); /*Q(exp)*/
                            realBuffer_fx[i] = L_shl( realBuffer_fx[i], sub( sub( exp, q_cldfb ), 1 ) ); /*Q(exp)*/
                            imagBuffer_fx[i] = L_shl( imagBuffer_fx[i], sub( sub( exp, q_cldfb ), 1 ) ); /*Q(exp)*/
                        }
                        q_cldfb = exp;
                    }