Home
last modified time | relevance | path

Searched refs:opus_uint64 (Results 1 – 7 of 7) sorted by relevance

/external/libopus/include/
Dopus_types.h41 #define opus_uint64 unsigned long long macro
49 # undef opus_uint64
58 typedef uint64_t opus_uint64; typedef
/external/libopus/celt/
Dfixed_debug.h337 static OPUS_INLINE unsigned int UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line) in UADD32_()
339 opus_uint64 res; in UADD32_()
361 static OPUS_INLINE unsigned int USUB32_(opus_uint64 a, opus_uint64 b, char *file, int line) in USUB32_()
363 opus_uint64 res; in USUB32_()
Dentcode.h132 q = (opus_uint64)SMALL_DIV_TABLE[d>>t]*(n>>(t-1))>>32; in celt_udiv()
/external/rnnoise/src/
Dopus_types.h156 #define opus_uint64 unsigned long long macro
/external/libopus/silk/
DMacroDebug.h277 if ( (opus_uint64)ret != (opus_uint64)a32 * (opus_uint64)b32 ) in silk_MUL_uint_()
DSigProc_FIX.h525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif…
/external/libopus/src/
Dopus_demo.c242 opus_uint64 tot_in, tot_out; in main()