Loading lib_rend/ivas_RMSEnvGrouping.c +2 −3 Original line number Diff line number Diff line Loading @@ -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]; Loading lib_rend/lib_rend.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_rend/ivas_RMSEnvGrouping.c +2 −3 Original line number Diff line number Diff line Loading @@ -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]; Loading