Loading lib_enc/eval_pit_contr_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 ); Loading @@ -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 ); Loading Loading
lib_enc/eval_pit_contr_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 ); Loading @@ -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 ); Loading