Commit f1044b00 authored by multrus's avatar multrus
Browse files

move after variable declaration block

parent d786b13b
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6953,13 +6953,14 @@ static ivas_error renderIsmToSba(
    Word16 ambiOrderOut;
    Word16 numOutChannels;
    pan_vector_fx currentPanGains_fx;
#ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE
    set32_fx( currentPanGains_fx, 0, MAX_OUTPUT_CHANNELS );
#endif
    ivas_error error;
    error = IVAS_ERR_OK;
    move32();

#ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE
    set32_fx( currentPanGains_fx, 0, MAX_OUTPUT_CHANNELS );
#endif

    ismInput->currentPos.azimuth_fx = L_shl( L_shr( L_add( ismInput->currentPos.azimuth_fx, ONE_IN_Q21 ), Q22 ), Q22 );
    ismInput->currentPos.elevation_fx = L_shl( L_shr( L_add( ismInput->currentPos.elevation_fx, ONE_IN_Q21 ), Q22 ), Q22 );
    ismInput->previousPos.azimuth_fx = L_shl( L_shr( L_add( ismInput->previousPos.azimuth_fx, ONE_IN_Q21 ), Q22 ), Q22 );