Loading lib_rend/lib_rend.c +0 −7 Original line number Diff line number Diff line Loading @@ -5125,13 +5125,6 @@ static ivas_error renderIsmToBinauralReverb( float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k]; ivas_error error; float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS]; for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) { p_tmpRendBuffer[i] = tmpRendBuffer[i]; } push_wmops( "renderIsmToBinauralRoom" ); copyBufferTo2dArray( ismInput->base.inputBuffer, tmpRendBuffer ); Loading Loading
lib_rend/lib_rend.c +0 −7 Original line number Diff line number Diff line Loading @@ -5125,13 +5125,6 @@ static ivas_error renderIsmToBinauralReverb( float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k]; ivas_error error; float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS]; for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) { p_tmpRendBuffer[i] = tmpRendBuffer[i]; } push_wmops( "renderIsmToBinauralRoom" ); copyBufferTo2dArray( ismInput->base.inputBuffer, tmpRendBuffer ); Loading