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

  /external/chromium_org/third_party/opus/src/silk/arm/
macros_armv4.h 87 #undef silk_SMLAWW
94 "#silk_SMLAWW\n\t"
101 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c))
  /external/libopus/silk/arm/
macros_armv4.h 87 #undef silk_SMLAWW
94 "#silk_SMLAWW\n\t"
101 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c))
  /external/chromium_org/third_party/opus/src/silk/
macros.h 71 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16))
MacroCount.h 614 #undef silk_SMLAWW
615 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){
MacroDebug.h 477 #undef silk_SMLAWW
478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__)
486 fprintf (stderr, "silk_SMLAWW(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]
  /external/libopus/silk/
macros.h 71 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16))
MacroCount.h 614 #undef silk_SMLAWW
615 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){
MacroDebug.h 477 #undef silk_SMLAWW
478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__)
486 fprintf (stderr, "silk_SMLAWW(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]

Completed in 246 milliseconds