Commit fec86360 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] address some TODO comments

parent 912a4593
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -919,7 +919,6 @@ void ivas_splitBinPostRendMdDec(
    return;
}

#define REAL_IMAG_INTERPOLATION /* TODO FhG2Dlb : can this define be removed? */
static void wrap_around_angle( float *a )
{
    if ( ( *a ) > 180.0f )
+8 −4
Original line number Diff line number Diff line
@@ -635,11 +635,14 @@ static void ComputeCoeffs(
            }
        }

        if ( 1 ) /* TODO FhG2Dlb : can the else block be removed entirely? */
#if 0
        if ( 1 )
        {
#endif
        gd2 = 0.0f;
        sigma_d = 0.0f;
        hMd->gd = 0.0f;
#if 0
        }
        else
        {
@@ -694,6 +697,7 @@ static void ComputeCoeffs(
            gd2 = min( gd2, cov_oo_norm_re[0][0] / sigma_d );
            gd2 = min( gd2, cov_oo_norm_re[1][1] / sigma_d );
        }
#endif /* 0 */

        if ( postpred_cov_re[0][0] > EPSILON )
        {