Loading lib_dec/dec_uv_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -255,9 +255,9 @@ void decod_unvoiced_ivas_fx( Word16 tmp_idx; tmp_idx = 0; move16(); if ( i_subfr_fx != 0 ) IF( i_subfr_fx != 0 ) { idiv1616( i_subfr_fx, L_SUBFR ); tmp_idx = idiv1616( i_subfr_fx, L_SUBFR ); } voice_factors_fx[tmp_idx] = 0; move16(); Loading Loading
lib_dec/dec_uv_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -255,9 +255,9 @@ void decod_unvoiced_ivas_fx( Word16 tmp_idx; tmp_idx = 0; move16(); if ( i_subfr_fx != 0 ) IF( i_subfr_fx != 0 ) { idiv1616( i_subfr_fx, L_SUBFR ); tmp_idx = idiv1616( i_subfr_fx, L_SUBFR ); } voice_factors_fx[tmp_idx] = 0; move16(); Loading