Commit 7d3d2bd0 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

Added missing instrumetation code

parent 5ccdee00
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ void ivas_renderer_select(
            move16();

            test();
            test();
            test();
#ifdef FIX_1158_FASTCONV_REVERB_HRTF
            IF( EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) )
#else