Loading lib_enc/ari_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,7 @@ Word16 ari_done_cbr_encoding_14bits_ivas_fx( high = extract_l( L_sub( s->high, 0 ) ); /* Q0 */ bp = ari_put_bit_plus_follow( ptr, bp, s->bits_to_follow, lshr( high, 15 ) ); /* Q0 */ bp = ari_put_bit_plus_follow( ptr, bp, (Word16) s->bits_to_follow, lshr( high, 15 ) ); /* Q0 */ high = lshl( high, 1 ); tmp = s_min( 15, sub( bits, bp ) ); Loading Loading
lib_enc/ari_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,7 @@ Word16 ari_done_cbr_encoding_14bits_ivas_fx( high = extract_l( L_sub( s->high, 0 ) ); /* Q0 */ bp = ari_put_bit_plus_follow( ptr, bp, s->bits_to_follow, lshr( high, 15 ) ); /* Q0 */ bp = ari_put_bit_plus_follow( ptr, bp, (Word16) s->bits_to_follow, lshr( high, 15 ) ); /* Q0 */ high = lshl( high, 1 ); tmp = s_min( 15, sub( bits, bp ) ); Loading