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

  /external/chromium_org/third_party/opus/src/silk/arm/
SigProc_FIX_armv5e.h 46 #undef silk_SMLATT
52 "#silk_SMLATT\n\t"
59 #define silk_SMLATT(a, b, c) (silk_SMLATT_armv5e(a, b, c))
  /external/libopus/silk/arm/
SigProc_FIX_armv5e.h 46 #undef silk_SMLATT
52 "#silk_SMLATT\n\t"
59 #define silk_SMLATT(a, b, c) (silk_SMLATT_armv5e(a, b, c))
  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 153 #undef silk_SMLATT
154 static OPUS_INLINE opus_int32 silk_SMLATT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
173 #define silk_SMLATT_ovflw silk_SMLATT
SigProc_FIX.h 409 #define silk_SMLATT(a32, b32, c32) silk_ADD32((a32),((b32) >> 16) * ((c32) >> 16))
    [all...]
MacroDebug.h 431 #undef silk_SMLATT
432 #define silk_SMLATT(a,b,c) silk_SMLATT_((a), (b), (c), __FILE__, __LINE__)
438 fprintf (stderr, "silk_SMLATT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]
  /external/libopus/silk/
MacroCount.h 153 #undef silk_SMLATT
154 static OPUS_INLINE opus_int32 silk_SMLATT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
173 #define silk_SMLATT_ovflw silk_SMLATT
SigProc_FIX.h 409 #define silk_SMLATT(a32, b32, c32) silk_ADD32((a32),((b32) >> 16) * ((c32) >> 16))
    [all...]
MacroDebug.h 431 #undef silk_SMLATT
432 #define silk_SMLATT(a,b,c) silk_SMLATT_((a), (b), (c), __FILE__, __LINE__)
438 fprintf (stderr, "silk_SMLATT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]

Completed in 51 milliseconds