Commit 117cfdb2 authored by Jan Kiene's avatar Jan Kiene
Browse files

convert outstanding IF

parent f9bd04c4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2755,8 +2755,8 @@ void stereoFdCngCoherence_fx(
    /* only estimate coherence in inactive frames (or in the first 50 frames to build an initial value) */
    test();
    test();
    // TODO: is there a BASOP for the ! ?
    IF( !( LE_32( sts[0]->ini_frame, 50 ) || ( sts[0]->vad_flag == 0 && sts[1]->vad_flag == 0 ) ) )
    test();
    IF( NE_16( ( LE_32( sts[0]->ini_frame, 50 ) || ( EQ_16( sts[0]->vad_flag, 0 ) && EQ_16( sts[1]->vad_flag, 0 ) ) ), 0 ) )
    {
        return;
    }