Commit 1631130d authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Merge branch...

Merge branch '2230-double-indexing-in-accumulate2darraytobuffer-in-ivas-float-update' into 'ivas-float-update'

[rend-non-be][split-non-be] Resolve "Double indexing in accumulate2dArrayToBuffer in ivas-float-update"

See merge request !2571
parents ff6e5347 f47870f2
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -445,7 +445,6 @@ static void accumulate2dArrayToBuffer(
    float *writePtr;

    writePtr = buffer->data;
    for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
    for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
    {
        for ( smplIdx = 0; smplIdx < buffer->config.numSamplesPerChannel; ++smplIdx )