Loading lib_rend/ivas_dirac_output_synthesis_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -2599,11 +2599,7 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls_fx( *p_power_smooth = L_shr( *p_power_smooth, sub( min_exp, exp_arr[k * num_freq_bands + l] ) ); /*(31-(exp-(31-q_proto_power_smooth)))->(31-(min_exp-(31-q_proto_power_smooth)))*/ move32(); p_power_smooth++; #ifdef FIX_867_2 q_tmp = sub( 31, exp_arr[k * num_freq_bands + l] ); #else q_tmp = add( sub( Q31, min_exp ), sub( Q31, h_dirac_output_synthesis_state->proto_power_smooth_q ) ); #endif } } Loading Loading
lib_rend/ivas_dirac_output_synthesis_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -2599,11 +2599,7 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls_fx( *p_power_smooth = L_shr( *p_power_smooth, sub( min_exp, exp_arr[k * num_freq_bands + l] ) ); /*(31-(exp-(31-q_proto_power_smooth)))->(31-(min_exp-(31-q_proto_power_smooth)))*/ move32(); p_power_smooth++; #ifdef FIX_867_2 q_tmp = sub( 31, exp_arr[k * num_freq_bands + l] ); #else q_tmp = add( sub( Q31, min_exp ), sub( Q31, h_dirac_output_synthesis_state->proto_power_smooth_q ) ); #endif } } Loading