Commit 3a282318 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent 0a2bad9b
Loading
Loading
Loading
Loading
+31 −32
Original line number Diff line number Diff line
@@ -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++ )
+25 −26
Original line number Diff line number Diff line
@@ -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;