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

  /external/chromium_org/third_party/opus/src/silk/arm/
macros_armv4.h 52 #undef silk_SMULWT
58 "#silk_SMULWT\n\t"
65 #define silk_SMULWT(a, b) (silk_SMULWT_armv4(a, b))
69 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c))
macros_armv5e.h 64 #undef silk_SMULWT
69 "#silk_SMULWT\n\t"
76 #define silk_SMULWT(a, b) (silk_SMULWT_armv5e(a, b))
  /external/libopus/silk/arm/
macros_armv4.h 52 #undef silk_SMULWT
58 "#silk_SMULWT\n\t"
65 #define silk_SMULWT(a, b) (silk_SMULWT_armv4(a, b))
69 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c))
macros_armv5e.h 64 #undef silk_SMULWT
69 "#silk_SMULWT\n\t"
76 #define silk_SMULWT(a, b) (silk_SMULWT_armv5e(a, b))
  /external/chromium_org/third_party/opus/src/silk/
macros.h 47 #define silk_SMULWT(a32, b32) (((a32) >> 16) * ((b32) >> 16) + ((((a32) & 0x0000FFFF) * ((b32) >> 16)) >> 16))
MacroCount.h 99 #undef silk_SMULWT
100 static OPUS_INLINE opus_int32 silk_SMULWT(opus_int32 a32, opus_int32 b32){
MacroDebug.h 347 #undef silk_SMULWT
348 #define silk_SMULWT(a,b) silk_SMULWT_((a), (b), __FILE__, __LINE__)
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);
    [all...]
  /external/libopus/silk/
macros.h 47 #define silk_SMULWT(a32, b32) (((a32) >> 16) * ((b32) >> 16) + ((((a32) & 0x0000FFFF) * ((b32) >> 16)) >> 16))
MacroCount.h 99 #undef silk_SMULWT
100 static OPUS_INLINE opus_int32 silk_SMULWT(opus_int32 a32, opus_int32 b32){
MacroDebug.h 347 #undef silk_SMULWT
348 #define silk_SMULWT(a,b) silk_SMULWT_((a), (b), __FILE__, __LINE__)
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);
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 194 n_LF_Q10 = silk_SMLAWB( silk_SMULWT( sLF_AR_shp_Q12, LF_shp_Q14 ), sLF_MA_shp_Q12, LF_shp_Q14 );
  /external/libopus/silk/fixed/
prefilter_FIX.c 194 n_LF_Q10 = silk_SMLAWB( silk_SMULWT( sLF_AR_shp_Q12, LF_shp_Q14 ), sLF_MA_shp_Q12, LF_shp_Q14 );

Completed in 58 milliseconds