Loading lib_enc/ACcontextMapping_enc_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ #define MAKE_NUMBER_QX( number, QX ) ( ( number ) << ( QX ) ) /* evaulated at compile time */ #define MAKE_VARIABLE_QX( variable, QX ) W_shl( W_deposit32_l( L_deposit_l( ( variable ) ) ), ( QX ) ) /* evaluated at run time */ #ifdef DEBUG_ARITH_IVAS_REPLACEMENT /* to compare respective values in ivas- and evs-arith-enc calculations */ #ifdef FIX_2402_SIMPLIFY_ARI_CODEC Loading Loading
lib_enc/ACcontextMapping_enc_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ #define MAKE_NUMBER_QX( number, QX ) ( ( number ) << ( QX ) ) /* evaulated at compile time */ #define MAKE_VARIABLE_QX( variable, QX ) W_shl( W_deposit32_l( L_deposit_l( ( variable ) ) ), ( QX ) ) /* evaluated at run time */ #ifdef DEBUG_ARITH_IVAS_REPLACEMENT /* to compare respective values in ivas- and evs-arith-enc calculations */ #ifdef FIX_2402_SIMPLIFY_ARI_CODEC Loading