Loading lib_rend/lib_rend_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) Loading Loading
lib_rend/lib_rend_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) Loading