Commit 9c109228 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

applied clang patch

parent 592784dd
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1012,7 +1012,6 @@ void computeDiffuseness_fixed(
#endif



        q_ene = s_min( q_ene, q_tmp );

        /* Intensity slow */
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@

#define SUPPORT_JBM_TRACEFILE                   /* Support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */

#define WMOPS                                   /* Activate complexity and memory counters */
//#define WMOPS                                   /* Activate complexity and memory counters */
#ifdef WMOPS
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */
/*#define WMOPS_DETAIL*/                        /* Output detailed complexity printout for every function. Increases runtime overhead */
+16 −21
Original line number Diff line number Diff line
@@ -955,7 +955,6 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                                diff_c_exp = sub( 31 + 4, q_diffuseness );

                                sqr_inp = BASOP_Util_Add_Mant32Exp( mpy_diff_c, diff_c_exp, mpy_diff_aab, diff_aab_exp, &sqr_exp ); /*q(31-sqr_exp)*/

                            }
                        }
                        sqr = Sqrt32( sqr_inp, &sqr_exp ); /*Q(31-sqr_exp)*/
@@ -1190,7 +1189,6 @@ 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 );
@@ -1220,7 +1218,6 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                            move32();
                        }
                    }

                }
                ELSE
                {
@@ -1231,8 +1228,6 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
                        move32();
                    }
                }


            }

#else
+1 −1

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading