Loading lib_rend/ivas_crend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2291,7 +2291,7 @@ ivas_error ivas_rend_crendProcessSubframe( { FOR( Word16 j = 0; j < n_samples_to_render; j++ ) { output[i][j] = L_shr( output[i][j], *pCrend->p_io_qfactor ); output[i][j] = L_shr( output[i][j], add( *pCrend->p_io_qfactor, 2 ) ); move32(); } } Loading Loading
lib_rend/ivas_crend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2291,7 +2291,7 @@ ivas_error ivas_rend_crendProcessSubframe( { FOR( Word16 j = 0; j < n_samples_to_render; j++ ) { output[i][j] = L_shr( output[i][j], *pCrend->p_io_qfactor ); output[i][j] = L_shr( output[i][j], add( *pCrend->p_io_qfactor, 2 ) ); move32(); } } Loading