Searched refs:opus_int64 (Results 1 – 14 of 14) sorted by relevance
/external/libopus/silk/ |
D | MacroDebug.h | 71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_ADD64_() 72 opus_int64 ret; in silk_ADD64_() 119 static OPUS_INLINE opus_int64 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_SUB64_() 120 opus_int64 ret; in silk_SUB64_() 155 if ( res != silk_SAT32( (opus_int64)a32 + (opus_int64)b32 ) ) in silk_ADD_SAT32_() 167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_ADD_SAT64_() 168 opus_int64 res; in silk_ADD_SAT64_() 216 if ( res != silk_SAT32( (opus_int64)a32 - (opus_int64)b32 ) ) in silk_SUB_SAT32_() 228 static OPUS_INLINE opus_int64 silk_SUB_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_SUB_SAT64_() 229 opus_int64 res; in silk_SUB_SAT64_() [all …]
|
D | MacroCount.h | 33 #define varDefine opus_int64 ops_count = 0; 35 extern opus_int64 ops_count; 37 static OPUS_INLINE opus_int64 silk_SaveCount(){ in silk_SaveCount() 41 static OPUS_INLINE opus_int64 silk_SaveResetCount(){ in silk_SaveResetCount() 42 opus_int64 ret; in silk_SaveResetCount() 182 static OPUS_INLINE opus_int64 silk_SMULL(opus_int32 a32, opus_int32 b32){ in silk_SMULL() 183 opus_int64 ret; in silk_SMULL() 185 ret = ((opus_int64)(a32) * /*(opus_int64)*/(b32)); in silk_SMULL() 190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){ in silk_SMLAL() 191 opus_int64 ret; in silk_SMLAL() [all …]
|
D | SigProc_FIX.h | 351 opus_int64 silk_inner_prod16_aligned_64( 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… 414 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32)) 472 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… 511 #define SILK_FIX_CONST( C, Q ) ((opus_int32)((C) * ((opus_int64)1 << (Q)) + 0.5)) 526 static OPUS_INLINE opus_int64 silk_min_64(opus_int64 a, opus_int64 b) in silk_min_64() 544 static OPUS_INLINE opus_int64 silk_max_64(opus_int64 a, opus_int64 b) in silk_max_64()
|
D | debug.c | 74 opus_int64 silk_Timer_min[silk_NUM_TIMERS_MAX]; 75 opus_int64 silk_Timer_sum[silk_NUM_TIMERS_MAX]; 76 opus_int64 silk_Timer_max[silk_NUM_TIMERS_MAX]; 77 opus_int64 silk_Timer_depth[silk_NUM_TIMERS_MAX];
|
D | debug.h | 103 extern opus_int64 silk_Timer_sum[silk_NUM_TIMERS_MAX]; 104 extern opus_int64 silk_Timer_max[silk_NUM_TIMERS_MAX]; 105 extern opus_int64 silk_Timer_min[silk_NUM_TIMERS_MAX]; 106 extern opus_int64 silk_Timer_depth[silk_NUM_TIMERS_MAX];
|
D | typedef.h | 40 #define silk_int64_MAX ((opus_int64)0x7FFFFFFFFFFFFFFFLL) /* 2^63 - 1 */ 41 #define silk_int64_MIN ((opus_int64)0x8000000000000000LL) /* -2^63 */
|
D | macros.h | 65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))…
|
D | Inlines.h | 41 static OPUS_INLINE opus_int32 silk_CLZ64( opus_int64 in ) in silk_CLZ64()
|
/external/libopus/celt/ |
D | fixed_debug.h | 39 OPUS_EXPORT opus_int64 celt_mips=0; 41 extern opus_int64 celt_mips; 83 static OPUS_INLINE int NEG32(opus_int64 x) in NEG32() 85 opus_int64 res; in NEG32() 182 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() 184 opus_int64 res; in SHR32() 204 static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line) in SHL32_() 206 opus_int64 res; in SHL32_() 283 static OPUS_INLINE int ADD32_(opus_int64 a, opus_int64 b, char *file, int line) in ADD32_() 285 opus_int64 res; in ADD32_() [all …]
|
/external/libopus/celt/arm/ |
D | fixed_armv4.h | 74 #define MULT32_32_Q31(a,b) (opus_val32)((((opus_int64)(a)) * ((opus_int64)(b)))>>31)
|
/external/libopus/silk/fixed/ |
D | vector_ops_FIX.c | 84 opus_int64 silk_inner_prod16_aligned_64( in silk_inner_prod16_aligned_64() 91 opus_int64 sum = 0; in silk_inner_prod16_aligned_64()
|
D | warped_autocorrelation_FIX.c | 50 opus_int64 corr_QC[ MAX_SHAPE_LPC_ORDER + 1 ] = { 0 }; in silk_warped_autocorrelation_FIX()
|
D | find_LTP_FIX.c | 115 …silk_assert( ((opus_int64)Wght_Q15[ k ] << 16 ) < silk_int32_MAX ); /* Wght … in silk_find_LTP_FIX()
|
/external/libopus/include/ |
D | opus_types.h | 152 #define opus_int64 long long macro
|