Commit f67313c6 authored by malenov's avatar malenov
Browse files

clang format

parent a01255ff
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -832,7 +832,6 @@ void xtalk_classifier_td(
    }



    /* weight raw score based on rising edge detector */
    wedge = lin_interp( edge_0_1, 0.0f, 0.9f, 1.0f, 0.5f, 1 );

@@ -1002,7 +1001,6 @@ void xtalk_classifier_dft(
    }



    /* weight raw score based on rising edge detector */
    wedge = lin_interp( edge_0_1, 0.0f, 0.95f, 1.0f, 0.3f, 1 );
    hStereoClassif->xtalk_wscore = wedge * hStereoClassif->xtalk_wscore + ( 1 - wedge ) * score;
+1 −1

File changed.

Contains only whitespace changes.