Loading lib_rend/ivas_splitRendererPost.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading lib_rend/ivas_splitRendererPre.c +8 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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 ) { Loading Loading
lib_rend/ivas_splitRendererPost.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading
lib_rend/ivas_splitRendererPre.c +8 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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 ) { Loading