Commit 129ee244 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

another cast (Word16)

parent ba8aa6fc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ) );