Home
last modified time | relevance | path

Searched refs:silk_SMLAWT (Results 1 – 11 of 11) sorted by relevance

/external/libopus/silk/arm/
Dmacros_armv4.h73 #undef silk_SMLAWT
74 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c)) macro
Dmacros_armv5e.h84 #undef silk_SMLAWT
97 #define silk_SMLAWT(a, b, c) (silk_SMLAWT_armv5e(a, b, c)) macro
DNSQ_del_dec_neon_intr.c636 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_neon()
/external/libopus/silk/
Dmacros.h65 #define silk_SMLAWT(a32, b32, c32) ((opus_int32)((a32) + (((b32) * ((opus_int64)(c32) >> 16))… macro
67 #define silk_SMLAWT(a32, b32, c32) ((a32) + (((b32) >> 16) * ((c32) >> 16)) + ((((b32) & 0x00… macro
DMacroCount.h106 #undef silk_SMLAWT
107 static OPUS_INLINE opus_int32 silk_SMLAWT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLAWT() function
179 #define silk_SMLAWT_ovflw silk_SMLAWT
DNSQ.c256 n_LF_Q12 = silk_SMLAWT( n_LF_Q12, NSQ->sLF_AR_shp_Q14, LF_shp_Q14 ); in silk_noise_shape_quantizer()
266 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()
DNSQ_del_dec.c398 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
449 n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
DMacroDebug.h362 #undef silk_SMLAWT
363 #define silk_SMLAWT(a,b,c) silk_SMLAWT_((a), (b), (c), __FILE__, __LINE__) macro
/external/libopus/silk/mips/
DNSQ_del_dec_mipsr1.h146 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
225 n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
/external/libopus/silk/x86/
DNSQ_sse4_1.c463 n_LF_Q12 = silk_SMLAWT( n_LF_Q12, sLF_AR_shp_Q14, LF_shp_Q14 ); in silk_noise_shape_quantizer_10_16_sse4_1()
473 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_10_16_sse4_1()
DNSQ_del_dec_sse4_1.c411 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_sse4_1()
541 … n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec_sse4_1()