Commit e76ad685 authored by vaclav's avatar vaclav
Browse files

add "ToDo" to existing comments

parent f655051f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -407,12 +407,12 @@ static ivas_error ivas_spar_enc_process(
    float wyzx_del_buf[FOA_CHANNELS][IVAS_FB_1MS_48K_SAMP];
    int16_t nchan_fb_in;

    /*Commented for now*/
    /* ToDo: Commented for now*/
    /*int16_t start_nb_bits;
    int16_t total_md_bits, total_sba_bits;*/
    push_wmops( "ivas_spar_enc_process" );

    /*Commented for now*/
    /* ToDo: Commented for now*/
    // start_nb_bits = hMetaData->nb_bits_tot;

    /*-----------------------------------------------------------------------------------------*
@@ -902,7 +902,7 @@ static ivas_error ivas_spar_enc_process(

    pop_wmops();

    /*Commented for now*/
    /* ToDo: Commented for now */
    /*total_md_bits = hMetaData->nb_bits_tot - start_nb_bits;
    total_sba_bits = ivas_sba_get_max_md_bits( st_ivas );
    assert( total_md_bits <= total_sba_bits );*/