Home | History | Annotate | Download | only in celt

Lines Matching refs:opus_int64

39 OPUS_EXPORT opus_int64 celt_mips=0;
41 extern opus_int64 celt_mips;
83 static OPUS_INLINE int NEG32(opus_int64 x)
85 opus_int64 res;
182 static OPUS_INLINE int SHR32(opus_int64 a, int shift)
184 opus_int64 res;
204 static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line)
206 opus_int64 res;
283 static OPUS_INLINE int ADD32_(opus_int64 a, opus_int64 b, char *file, int line)
285 opus_int64 res;
306 static OPUS_INLINE int SUB32_(opus_int64 a, opus_int64 b, char *file, int line)
308 opus_int64 res;
409 opus_int64 res;
417 res = ((opus_int64)a)*b;
432 static OPUS_INLINE int MULT16_32_QX_(int a, opus_int64 b, int Q, char *file, int line)
434 opus_int64 res;
449 res = (((opus_int64)a)*(opus_int64)b) >> Q;
465 static OPUS_INLINE int MULT16_32_PX_(int a, opus_int64 b, int Q, char *file, int line)
467 opus_int64 res;
475 if (ABS32(b)>=((opus_int64)(1)<<(15+Q)))
482 res = ((((opus_int64)a)*(opus_int64)b) + (((opus_val32)(1)<<Q)>>1))>> Q;
522 opus_int64 res;
530 res = ((opus_int64)a)*b;
544 opus_int64 res;
552 res = ((opus_int64)a)*b;
566 opus_int64 res;
574 res = ((opus_int64)a)*b;
590 opus_int64 res;
598 res = ((opus_int64)a)*b;
613 opus_int64 res;
621 res = ((opus_int64)a)*b;
643 opus_int64 res;
651 res = ((opus_int64)a)*b;
673 opus_int64 res;
681 res = ((opus_int64)a)*b;
704 static OPUS_INLINE int DIV32_16_(opus_int64 a, opus_int64 b, char *file, int line)
706 opus_int64 res;
739 static OPUS_INLINE int DIV32_(opus_int64 a, opus_int64 b, char *file, int line)
741 opus_int64 res;