Loading lib_rend/lib_rend_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_rend/lib_rend_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading