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

  /external/libopus/include/
opus_types.h 156 #define opus_uint64 unsigned long long macro
  /external/libopus/celt/
fixed_debug.h 330 static OPUS_INLINE unsigned int UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line)
332 opus_uint64 res;
354 static OPUS_INLINE unsigned int USUB32_(opus_uint64 a, opus_uint64 b, char *file, int line)
356 opus_uint64 res;
  /external/libopus/silk/
MacroDebug.h 277 if ( (opus_uint64)ret != (opus_uint64)a32 * (opus_uint64)b32 )
    [all...]
SigProc_FIX.h 472 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shift >= 0, shift < 64 */
    [all...]
  /external/libopus/src/
opus_demo.c 247 opus_uint64 tot_in, tot_out;
    [all...]

Completed in 710 milliseconds