Loading lib_dec/ivas_svd_dec_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -885,6 +885,10 @@ static void HouseholderReduction_fx( FOR( nCh = 0; nCh < nChannelsC; nCh++ ) { secDiag_fx[nCh] = g_right_fx; /* from the previous channel */ move32(); secDiag_fx_e[nCh] = g_right_e; biDiagonalReductionLeft_fx( singularVectors_Left_fx, singularVectors_Left_fx_e, Loading @@ -898,10 +902,6 @@ static void HouseholderReduction_fx( move32(); singularValues_fx_e[nCh] = g_left_e; secDiag_fx[nCh] = g_right_fx; /* from the previous channel */ move32(); secDiag_fx_e[nCh] = g_right_e; biDiagonalReductionRight_fx( singularVectors_Left_fx, singularVectors_Left_fx_e, Loading Loading
lib_dec/ivas_svd_dec_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -885,6 +885,10 @@ static void HouseholderReduction_fx( FOR( nCh = 0; nCh < nChannelsC; nCh++ ) { secDiag_fx[nCh] = g_right_fx; /* from the previous channel */ move32(); secDiag_fx_e[nCh] = g_right_e; biDiagonalReductionLeft_fx( singularVectors_Left_fx, singularVectors_Left_fx_e, Loading @@ -898,10 +902,6 @@ static void HouseholderReduction_fx( move32(); singularValues_fx_e[nCh] = g_left_e; secDiag_fx[nCh] = g_right_fx; /* from the previous channel */ move32(); secDiag_fx_e[nCh] = g_right_e; biDiagonalReductionRight_fx( singularVectors_Left_fx, singularVectors_Left_fx_e, Loading