Commit 5aabc156 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

commit 5

parent 959a11da
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ Word16 Pit_exc_contribution_len_ivas_fx( /* o : bin wher
        /* pitch contribution useless - delete all previously written indices belonging to pitch contribution */
        FOR( i = TAG_ACELP_SUBFR_LOOP_START; i < TAG_ACELP_SUBFR_LOOP_END; i++ )
        {
#ifndef IVAS_CODE_BITSTREAM
#if 0//ndef IVAS_CODE_BITSTREAM
            IF( hBstr->ind_list[i].nb_bits != -1 )
            {
                hBstr->nb_bits_tot = sub( hBstr->nb_bits_tot, hBstr->ind_list[i].nb_bits );
@@ -775,7 +775,7 @@ Word16 Pit_exc_contribution_len_ivas_fx( /* o : bin wher
#endif
        }

#ifndef IVAS_CODE_BITSTREAM
#if 0//ndef IVAS_CODE_BITSTREAM
        IF( hBstr->ind_list[IND_ES_PRED].nb_bits != -1 )
        {
            hBstr->nb_bits_tot = sub( hBstr->nb_bits_tot, hBstr->ind_list[IND_ES_PRED].nb_bits );