Commit 6ad71a3a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

added some comments

parent 14711f90
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ static void accumulateCLDFBArrayToBuffer_fx(

    IF( LE_16( Q_diff, 0 ) )
    {

        /*Shift-right the accumulator to avoid overflows*/
        FOR( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
        {
            FOR( slotIdx = 0; slotIdx < CLDFB_NO_COL_MAX; ++slotIdx )
@@ -494,7 +494,7 @@ static void accumulateCLDFBArrayToBuffer_fx(
    }
    ELSE
    {

        /*Shift-right the operand to avoid overflows*/
        FOR( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
        {
            FOR( slotIdx = 0; slotIdx < CLDFB_NO_COL_MAX; ++slotIdx )