Commit 1f7f6255 authored by vaclav's avatar vaclav
Browse files

clang-format

parent e25fe740
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -920,10 +920,9 @@ void ComputeEnvelopeGrouping(

    /* ComputeGreedyGroups2( psRMSEnvelopeGrouping, iChannels, iNumBands, piBandwidths );*/

    // Allows control over max groups can call using 16 if want same as previous call
    /* Allows control over max groups can call using 16 if want same as previous call */
    ComputeGreedyGroups3( psRMSEnvelopeGrouping, iChannels, iNumBands, piBandwidths, CQMF_BLOCKS_PER_FRAME );


    /* Calc Groups from Merge Results */
    *piNumGroups = 0;
    psGMNode = &psRMSEnvelopeGrouping->psGMNodes[0];
+1 −1

File changed.

Contains only whitespace changes.