Loading apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1687,10 +1687,6 @@ static ivas_error decodeG192( goto cleanup; } } if ( frame == 2166 ) { frame = frame; } if ( ( error = IVAS_DEC_GetSamples( hIvasDec, nSamplesToRender, ( pcmBuf + nOutChannels * nSamplesRendered ), &nSamplesRendered_loop, &needNewFrame ) ) != IVAS_ERR_OK ) { Loading lib_dec/gain_dec_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -320,9 +320,9 @@ void gain_dec_tc_ivas_fx( *-----------------------------------------------------------------*/ /* *gain_code *= gcode0;*/ L_tmp = L_shl(L_mult(wgain_code, gcode0_fx), 1); /* Q12*Q0+1 -> Q14 */ *gain_code_fx= L_shl(L_tmp, add(exp_gcode0, 2)); move32(); /* Q14 -> Q16 */ L_tmp = L_mult(wgain_code, gcode0_fx); /* Q12*Q0 -> Q13 */ *gain_code_fx= L_shl(L_tmp, add(exp_gcode0, 3)); move32(); /* Q13 -> Q16 */ /**norm_gain_code = *gain_code / *gain_inov;*/ expg = sub(norm_s(*gain_inov_fx),1); Loading Loading
apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1687,10 +1687,6 @@ static ivas_error decodeG192( goto cleanup; } } if ( frame == 2166 ) { frame = frame; } if ( ( error = IVAS_DEC_GetSamples( hIvasDec, nSamplesToRender, ( pcmBuf + nOutChannels * nSamplesRendered ), &nSamplesRendered_loop, &needNewFrame ) ) != IVAS_ERR_OK ) { Loading
lib_dec/gain_dec_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -320,9 +320,9 @@ void gain_dec_tc_ivas_fx( *-----------------------------------------------------------------*/ /* *gain_code *= gcode0;*/ L_tmp = L_shl(L_mult(wgain_code, gcode0_fx), 1); /* Q12*Q0+1 -> Q14 */ *gain_code_fx= L_shl(L_tmp, add(exp_gcode0, 2)); move32(); /* Q14 -> Q16 */ L_tmp = L_mult(wgain_code, gcode0_fx); /* Q12*Q0 -> Q13 */ *gain_code_fx= L_shl(L_tmp, add(exp_gcode0, 3)); move32(); /* Q13 -> Q16 */ /**norm_gain_code = *gain_code / *gain_inov;*/ expg = sub(norm_s(*gain_inov_fx),1); Loading