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

  /external/chromium_org/third_party/opus/src/silk/arm/
macros_armv4.h 68 #undef silk_SMLAWT
69 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c))
macros_armv5e.h 79 #undef silk_SMLAWT
85 "#silk_SMLAWT\n\t"
92 #define silk_SMLAWT(a, b, c) (silk_SMLAWT_armv5e(a, b, c))
  /external/libopus/silk/arm/
macros_armv4.h 68 #undef silk_SMLAWT
69 #define silk_SMLAWT(a, b, c) ((a) + silk_SMULWT(b, c))
macros_armv5e.h 79 #undef silk_SMLAWT
85 "#silk_SMLAWT\n\t"
92 #define silk_SMLAWT(a, b, c) (silk_SMLAWT_armv5e(a, b, c))
  /external/chromium_org/third_party/opus/src/silk/
macros.h 50 #define silk_SMLAWT(a32, b32, c32) ((a32) + (((b32) >> 16) * ((c32) >> 16)) + ((((b32) & 0x0000FFFF) * ((c32) >> 16)) >> 16))
NSQ.c 275 n_LF_Q12 = silk_SMLAWT( n_LF_Q12, NSQ->sLF_AR_shp_Q14, LF_shp_Q14 );
285 n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14 );
MacroCount.h 106 #undef silk_SMLAWT
107 static OPUS_INLINE opus_int32 silk_SMLAWT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
179 #define silk_SMLAWT_ovflw silk_SMLAWT
NSQ_del_dec.c 377 n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14 );
448 n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */
    [all...]
MacroDebug.h 362 #undef silk_SMLAWT
363 #define silk_SMLAWT(a,b,c) silk_SMLAWT_((a), (b), (c), __FILE__, __LINE__)
369 fprintf (stderr, "silk_SMLAWT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]
  /external/libopus/silk/
macros.h 50 #define silk_SMLAWT(a32, b32, c32) ((a32) + (((b32) >> 16) * ((c32) >> 16)) + ((((b32) & 0x0000FFFF) * ((c32) >> 16)) >> 16))
NSQ.c 275 n_LF_Q12 = silk_SMLAWT( n_LF_Q12, NSQ->sLF_AR_shp_Q14, LF_shp_Q14 );
285 n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14 );
MacroCount.h 106 #undef silk_SMLAWT
107 static OPUS_INLINE opus_int32 silk_SMLAWT(opus_int32 a32, opus_int32 b32, opus_int32 c32){
179 #define silk_SMLAWT_ovflw silk_SMLAWT
NSQ_del_dec.c 377 n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14 );
448 n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */
    [all...]
MacroDebug.h 362 #undef silk_SMLAWT
363 #define silk_SMLAWT(a,b,c) silk_SMLAWT_((a), (b), (c), __FILE__, __LINE__)
369 fprintf (stderr, "silk_SMLAWT(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
    [all...]

Completed in 759 milliseconds