Searched refs:silk_SMLABT (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/arm/
H A Dmacros_armv5e.h141 #undef silk_SMLABT macro
147 "#silk_SMLABT\n\t"
154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c)) macro
/external/libopus/silk/arm/
H A Dmacros_armv5e.h141 #undef silk_SMLABT macro
147 "#silk_SMLABT\n\t"
154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c)) macro
/external/chromium_org/third_party/opus/src/silk/
H A Dmacros.h62 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) macro
H A DMacroCount.h137 #undef silk_SMLABT macro
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ function
170 #define silk_SMLABT_ovflw silk_SMLABT
H A DMacroDebug.h415 #undef silk_SMLABT macro
416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__) macro
422 fprintf (stderr, "silk_SMLABT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
/external/libopus/silk/
H A Dmacros.h62 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) macro
H A DMacroCount.h137 #undef silk_SMLABT macro
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ function
170 #define silk_SMLABT_ovflw silk_SMLABT
H A DMacroDebug.h415 #undef silk_SMLABT macro
416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__) macro
422 fprintf (stderr, "silk_SMLABT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dprefilter_FIX.c187 n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ], HarmShapeFIRPacked_Q12 );
/external/libopus/silk/fixed/
H A Dprefilter_FIX.c187 n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ], HarmShapeFIRPacked_Q12 );

Completed in 179 milliseconds