Commit 13387473 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

move debug-output block inside the time-slot loop in ivas_spar_dec_gen_umx_mat

parent 15b5ddad
Loading
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -1396,7 +1396,7 @@ void ivas_spar_dec_gen_umx_mat(
                }
            }
        }
    }
    
#ifdef DEBUG_SBA_MD_DUMP
        {
            static FILE *f_mat = 0;
@@ -1416,6 +1416,7 @@ void ivas_spar_dec_gen_umx_mat(
            }
        }
#endif
    }

    ivas_spar_dec_compute_ramp_down_post_matrix( hMdDec, num_bands_out, bfi );