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

  /external/chromium_org/third_party/opus/src/silk/
macros.h 65 #define silk_SMULWW(a32, b32) silk_MLA(silk_SMULWB((a32), (b32)), (a32), silk_RSHIFT_ROUND((b32), 16))
MacroCount.h 606 #undef silk_SMULWW
607 static inline opus_int32 silk_SMULWW(opus_int32 a32, opus_int32 b32){
MacroDebug.h 446 #undef silk_SMULWW
447 #define silk_SMULWW(a,b) silk_SMULWW_((a), (b), __FILE__, __LINE__)
482 tmp = silk_SMULWW( b32, c32 );
    [all...]

Completed in 54 milliseconds