Loading lib_enc/ari_enc_fx.c 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,7 @@ Word16 ari_done_cbr_encoding_14bits_ivas_fx( Word16 bp0 = bp; #endif tmp = sub( bits, 16 ); /* Q0 */ WHILE( GT_16( sub( tmp, bp ), s->bits_to_follow ) ) WHILE( GT_16( sub( tmp, bp ), (Word16)s->bits_to_follow ) ) { #ifdef DEBUG_ARITH_IVAS_REPLACEMENT printf( "%s:%d: before ari_encode_14bits_sign_fx() bp=%d, bits=%d, s=0x%04x,0x%04x,0x%04x\n", Loading Loading
lib_enc/ari_enc_fx.c 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,7 @@ Word16 ari_done_cbr_encoding_14bits_ivas_fx( Word16 bp0 = bp; #endif tmp = sub( bits, 16 ); /* Q0 */ WHILE( GT_16( sub( tmp, bp ), s->bits_to_follow ) ) WHILE( GT_16( sub( tmp, bp ), (Word16)s->bits_to_follow ) ) { #ifdef DEBUG_ARITH_IVAS_REPLACEMENT printf( "%s:%d: before ari_encode_14bits_sign_fx() bp=%d, bits=%d, s=0x%04x,0x%04x,0x%04x\n", Loading