Loading lib_rend/ivas_dirac_output_synthesis_dec.c +31 −32 Original line number Diff line number Diff line Loading @@ -1905,7 +1905,6 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx( Q_temp_cy_cross_dir_smooth_fx[ch_idx * num_freq_bands + k] = sub( 31, sqr_exp ); move16(); #endif } } FOR( ; k < num_freq_bands; k++ ) Loading lib_rend/ivas_dirac_rend.c +25 −26 Original line number Diff line number Diff line Loading @@ -2557,7 +2557,6 @@ void protoSignalComputation_shd_fx( move32(); reference_power_fx[l] = L_add( reference_power_fx[l], L_shr( reference_power_fx[l + ( k + 1 ) * num_freq_bands], 1 ) ); // 2*(q_cldfb+min_q_shift)-31-1 move32(); } } *proto_direct_buffer_f_q = q_cldfb; Loading Loading
lib_rend/ivas_dirac_output_synthesis_dec.c +31 −32 Original line number Diff line number Diff line Loading @@ -1905,7 +1905,6 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx( Q_temp_cy_cross_dir_smooth_fx[ch_idx * num_freq_bands + k] = sub( 31, sqr_exp ); move16(); #endif } } FOR( ; k < num_freq_bands; k++ ) Loading
lib_rend/ivas_dirac_rend.c +25 −26 Original line number Diff line number Diff line Loading @@ -2557,7 +2557,6 @@ void protoSignalComputation_shd_fx( move32(); reference_power_fx[l] = L_add( reference_power_fx[l], L_shr( reference_power_fx[l + ( k + 1 ) * num_freq_bands], 1 ) ); // 2*(q_cldfb+min_q_shift)-31-1 move32(); } } *proto_direct_buffer_f_q = q_cldfb; Loading