Loading lib_dec/ivas_svd_dec.c +8 −3 Original line number Diff line number Diff line Loading @@ -142,9 +142,14 @@ static void singularVectorsAccumulationRight_fx( static Word32 maxWithSign_fx( const Word32 a); static void flushToZeroArray_fx( Word32 arr[MAX_OUTPUT_CHANNELS], const Word16 length); //static void flushToZeroArray_fx( // Word32 arr[MAX_OUTPUT_CHANNELS], // const Word16 length); // //static void flushToZeroMat_fx( // Word32 mat[][MAX_OUTPUT_CHANNELS], // const Word16 m, // const Word16 n ); static Word16 BidagonalDiagonalisation_fx( float singularVectors_Left[][MAX_OUTPUT_CHANNELS], /* i/o: left singular vectors (U) */ Loading Loading
lib_dec/ivas_svd_dec.c +8 −3 Original line number Diff line number Diff line Loading @@ -142,9 +142,14 @@ static void singularVectorsAccumulationRight_fx( static Word32 maxWithSign_fx( const Word32 a); static void flushToZeroArray_fx( Word32 arr[MAX_OUTPUT_CHANNELS], const Word16 length); //static void flushToZeroArray_fx( // Word32 arr[MAX_OUTPUT_CHANNELS], // const Word16 length); // //static void flushToZeroMat_fx( // Word32 mat[][MAX_OUTPUT_CHANNELS], // const Word16 m, // const Word16 n ); static Word16 BidagonalDiagonalisation_fx( float singularVectors_Left[][MAX_OUTPUT_CHANNELS], /* i/o: left singular vectors (U) */ Loading