Loading lib_rend/ivas_crend.c +5 −0 Original line number Diff line number Diff line Loading @@ -923,9 +923,14 @@ static ivas_error ivas_rend_initCrend( if ( ext_rend_flag == 0 ) { /* in case of HRTF handle reuse, swap the pointers for correct deallocation at the exit */ #define WMC_TOOL_SKIP swap( hHrtf->pIndex_frequency_max[i][j], hHrtf->pIndex_frequency_max[tmp][j], const uint16_t * ); MOVE( 3 ); swap( hHrtf->pOut_to_bin_re[i][j], hHrtf->pOut_to_bin_re[tmp][j], const float * ); MOVE( 3 ); swap( hHrtf->pOut_to_bin_im[i][j], hHrtf->pOut_to_bin_im[tmp][j], const float * ); MOVE( 3 ); #undef WMC_TOOL_SKIP } else { Loading Loading
lib_rend/ivas_crend.c +5 −0 Original line number Diff line number Diff line Loading @@ -923,9 +923,14 @@ static ivas_error ivas_rend_initCrend( if ( ext_rend_flag == 0 ) { /* in case of HRTF handle reuse, swap the pointers for correct deallocation at the exit */ #define WMC_TOOL_SKIP swap( hHrtf->pIndex_frequency_max[i][j], hHrtf->pIndex_frequency_max[tmp][j], const uint16_t * ); MOVE( 3 ); swap( hHrtf->pOut_to_bin_re[i][j], hHrtf->pOut_to_bin_re[tmp][j], const float * ); MOVE( 3 ); swap( hHrtf->pOut_to_bin_im[i][j], hHrtf->pOut_to_bin_im[tmp][j], const float * ); MOVE( 3 ); #undef WMC_TOOL_SKIP } else { Loading