Loading lib_com/ari_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ #include "prot_fx.h" #include "cnst.h" #ifndef FIX_2402_SIMPLIFY_ARI_CODEC /** * \brief 31x16 Bit multiply (x*y) * Loading @@ -26,6 +28,7 @@ Word32 L_multi31x16_X2( Word16 xh, Word16 xl, Word16 y ) return z; } #endif /*--------------------------------------------------------------- Ari 14 bits common routines Loading lib_com/prot_fx.h +2 −0 Original line number Diff line number Diff line Loading @@ -5707,10 +5707,12 @@ Word16 IGFCommonFuncsIGFGetCFTables_fx( const Word16 **cf_off_se11 /* o : offsets for CF tables above */ ); #ifndef FIX_2402_SIMPLIFY_ARI_CODEC Word32 L_multi31x16_X2( Word16 xh, Word16 xl, Word16 y ); #endif Word32 mul_sbc_14bits( Word32 r, /* Q0 */ Loading Loading
lib_com/ari_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ #include "prot_fx.h" #include "cnst.h" #ifndef FIX_2402_SIMPLIFY_ARI_CODEC /** * \brief 31x16 Bit multiply (x*y) * Loading @@ -26,6 +28,7 @@ Word32 L_multi31x16_X2( Word16 xh, Word16 xl, Word16 y ) return z; } #endif /*--------------------------------------------------------------- Ari 14 bits common routines Loading
lib_com/prot_fx.h +2 −0 Original line number Diff line number Diff line Loading @@ -5707,10 +5707,12 @@ Word16 IGFCommonFuncsIGFGetCFTables_fx( const Word16 **cf_off_se11 /* o : offsets for CF tables above */ ); #ifndef FIX_2402_SIMPLIFY_ARI_CODEC Word32 L_multi31x16_X2( Word16 xh, Word16 xl, Word16 y ); #endif Word32 mul_sbc_14bits( Word32 r, /* Q0 */ Loading