Commit 23ef8b89 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

commit 2

parent 971fa388
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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)                        */