HomeSort by relevance Sort by last modified time
    Searched refs:silk_SMLABT (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/opus/src/silk/arm/
macros_armv5e.h 141 #undef silk_SMLABT
147 "#silk_SMLABT\n\t"
154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c))
  /external/libopus/silk/arm/
macros_armv5e.h 141 #undef silk_SMLABT
147 "#silk_SMLABT\n\t"
154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c))
  /external/chromium_org/third_party/opus/src/silk/
macros.h 62 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16))
MacroCount.h 137 #undef silk_SMLABT
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
170 #define silk_SMLABT_ovflw silk_SMLABT
MacroDebug.h 415 #undef silk_SMLABT
416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__)
422 fprintf (stderr, "silk_SMLABT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]
  /external/libopus/silk/
macros.h 62 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16))
MacroCount.h 137 #undef silk_SMLABT
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
170 #define silk_SMLABT_ovflw silk_SMLABT
MacroDebug.h 415 #undef silk_SMLABT
416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__)
422 fprintf (stderr, "silk_SMLABT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 187 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/
prefilter_FIX.c 187 n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ], HarmShapeFIRPacked_Q12 );

Completed in 157 milliseconds