Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ #define CR_2109_to_2112_cd0_ce0 /* This is related to the CRs include in the 26.444 package of 21-12. Concerns lead_deindexing and */ // #define DISABLE_LIMITER /* ##################### End NON-BE switches ########################### */ /* ################## End DEVELOPMENT switches ######################### */ Loading lib_rend/ivas_crend.c +1 −1 Original line number Diff line number Diff line Loading @@ -4398,7 +4398,7 @@ static ivas_error ivas_rend_crendConvolver( pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; for ( k = 0; k < subframe_length; k++ ) { pFreq_buf_re[k] = L_add( ( L_shl( pOut[k], pCrend->hHrtfCrend->factor_Q_pOut_to_bin_fx ) ), hCrend->prev_out_buffer_fx[j][k] ); pFreq_buf_re[k] = L_shl( L_add( pOut[k], hCrend->prev_out_buffer_fx[j][k] ), pCrend->hHrtfCrend->factor_Q_pOut_to_bin_fx ); hCrend->prev_out_buffer_fx[j][k] = pOut[k + subframe_length]; } } Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ #define CR_2109_to_2112_cd0_ce0 /* This is related to the CRs include in the 26.444 package of 21-12. Concerns lead_deindexing and */ // #define DISABLE_LIMITER /* ##################### End NON-BE switches ########################### */ /* ################## End DEVELOPMENT switches ######################### */ Loading
lib_rend/ivas_crend.c +1 −1 Original line number Diff line number Diff line Loading @@ -4398,7 +4398,7 @@ static ivas_error ivas_rend_crendConvolver( pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; for ( k = 0; k < subframe_length; k++ ) { pFreq_buf_re[k] = L_add( ( L_shl( pOut[k], pCrend->hHrtfCrend->factor_Q_pOut_to_bin_fx ) ), hCrend->prev_out_buffer_fx[j][k] ); pFreq_buf_re[k] = L_shl( L_add( pOut[k], hCrend->prev_out_buffer_fx[j][k] ), pCrend->hHrtfCrend->factor_Q_pOut_to_bin_fx ); hCrend->prev_out_buffer_fx[j][k] = pOut[k + subframe_length]; } } Loading