Searched refs:silk_SMULWT (Results 1 - 6 of 6) sorted by relevance

/external/libopus/silk/arm/
H A Dmacros_armv4.h52 #undef silk_SMULWT macro
58 "#silk_SMULWT\n\t"
65 #define silk_SMULWT(a, b) (silk_SMULWT_armv4(a, b)) macro
69 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c))
H A Dmacros_armv5e.h64 #undef silk_SMULWT macro
69 "#silk_SMULWT\n\t"
76 #define silk_SMULWT(a, b) (silk_SMULWT_armv5e(a, b)) macro
/external/libopus/silk/
H A Dmacros.h47 #define silk_SMULWT(a32, b32) (((a32) >> 16) * ((b32) >> 16) + ((((a32) & 0x0000FFFF) * ((b32) >> 16)) >> 16)) macro
H A DMacroCount.h99 #undef silk_SMULWT macro
100 static OPUS_INLINE opus_int32 silk_SMULWT(opus_int32 a32, opus_int32 b32){ function
H A DMacroDebug.h347 #undef silk_SMULWT macro
348 #define silk_SMULWT(a,b) silk_SMULWT_((a), (b), __FILE__, __LINE__) macro
354 fprintf (stderr, "silk_SMULWT(%d, %d) in %s: line %d\n", a32, b32, file, line);
468 fprintf (stderr, "silk_SMULWT(%d, %d) in %s: line %d\n", a32, b32, file, line);
/external/libopus/silk/fixed/
H A Dprefilter_FIX.c194 n_LF_Q10 = silk_SMLAWB( silk_SMULWT( sLF_AR_shp_Q12, LF_shp_Q14 ), sLF_MA_shp_Q12, LF_shp_Q14 );

Completed in 185 milliseconds