Commit f5fe2f05 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

Revert "apply clang format patch"

This reverts commit 49140070.
parent 49140070
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1012,6 +1012,7 @@ void computeDiffuseness_fixed(
#endif



        q_ene = s_min( q_ene, q_tmp );

        /* Intensity slow */
+8 −4
Original line number Diff line number Diff line
@@ -1133,6 +1133,7 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                h_dirac_output_synthesis_state->q_cy_cross_dir_smooth = temp_q;
                move16();
#endif

            }
#ifdef FIX_1072_SPEEDUP_gainpanning
            Word16 temp_q1 = sub( h_dirac_output_synthesis_state->q_cy_cross_dir_smooth, temp_q );
@@ -1162,6 +1163,7 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                            move32();
                        }
                    }

                }
                ELSE
                {
@@ -1172,6 +1174,8 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                        move32();
                    }
                }


            }

#else
+2 −2

File changed.

Contains only whitespace changes.