Loading lib_dec/ivas_svd_dec.c +1 −6 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ the United Nations Convention on Contracts on the International Sales of Goods. *******************************************************************************************************/ //#define MYCHANGES #define MYCHANGES #include <stdint.h> #include "options.h" Loading Loading @@ -719,11 +719,6 @@ static void biDiagonalReductionRight( } } ( *g ) = ( *g ) / maxWithSign( *sig_x ); for ( jCh = idx; jCh < nChannelsC; jCh++ ) /* nChannelsC */ { singularVectors[currChannel][jCh] = ( singularVectors[currChannel][jCh] * ( *sig_x ) ); } } } Loading Loading
lib_dec/ivas_svd_dec.c +1 −6 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ the United Nations Convention on Contracts on the International Sales of Goods. *******************************************************************************************************/ //#define MYCHANGES #define MYCHANGES #include <stdint.h> #include "options.h" Loading Loading @@ -719,11 +719,6 @@ static void biDiagonalReductionRight( } } ( *g ) = ( *g ) / maxWithSign( *sig_x ); for ( jCh = idx; jCh < nChannelsC; jCh++ ) /* nChannelsC */ { singularVectors[currChannel][jCh] = ( singularVectors[currChannel][jCh] * ( *sig_x ) ); } } } Loading