Commit c9213edc authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

remove code under ifdef FIX_867_2

parent 7438d65c
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
        }
    }