Lines Matching refs:celt_mips

39 OPUS_EXPORT opus_int64 celt_mips=0;  variable
41 extern opus_int64 celt_mips;
63 #define ADD32_ovflw(a,b) (celt_mips+=2,(opus_val32)((opus_uint32)(a)+(opus_uint32)(b)))
65 #define SUB32_ovflw(a,b) (celt_mips+=2,(opus_val32)((opus_uint32)(a)-(opus_uint32)(b)))
68 #define NEG32_ovflw(a) (celt_mips+=2,(opus_val32)(0-(opus_uint32)(a)))
88 celt_mips++; in NEG16()
109 celt_mips+=2; in NEG32()
125 celt_mips++; in EXTRACT16_()
141 celt_mips++; in EXTEND32_()
164 celt_mips++; in SHR16_()
186 celt_mips++; in SHL16_()
208 celt_mips+=2; in SHR32()
230 celt_mips+=2; in SHL32_()
234 #define PSHR32(a,shift) (celt_mips--,SHR32(ADD32((a),(((opus_val32)(1)<<((shift))>>1))),shift))
237 #define ROUND16(x,a) (celt_mips--,EXTRACT16(PSHR32((x),(a))))
238 #define SROUND16(x,a) (celt_mips--,EXTRACT16(SATURATE(PSHR32(x,a), 32767)));
262 celt_mips++; in ADD16_()
285 celt_mips++; in SUB16_()
308 celt_mips+=2; in ADD32_()
331 celt_mips+=2; in SUB32_()
355 celt_mips+=2; in UADD32_()
386 celt_mips+=2; in USUB32_()
409 celt_mips++; in MULT16_16_16()
432 celt_mips++; in MULT16_16_()
436 #define MAC16_16(c,a,b) (celt_mips-=2,ADD32((c),MULT16_16((a),(b))))
465 celt_mips+=3; in MULT16_32_QX_()
467 celt_mips+=4; in MULT16_32_QX_()
498 celt_mips+=4; in MULT16_32_PX_()
500 celt_mips+=5; in MULT16_32_PX_()
505 #define MAC16_32_Q15(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q15((a),(b))))
506 #define MAC16_32_Q16(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q16((a),(b))))
514 celt_mips+=3; in SATURATE()
520 celt_mips+=3; in SATURATE16()
547 celt_mips+=3; in MULT16_16_Q11_32()
569 celt_mips+=3; in MULT16_16_Q13()
591 celt_mips+=3; in MULT16_16_Q14()
615 celt_mips+=1; in MULT16_16_Q15_()
646 celt_mips+=4; in MULT16_16_P13()
676 celt_mips+=4; in MULT16_16_P14()
706 celt_mips+=2; in MULT16_16_P15()
742 celt_mips+=35; in DIV32_16_()
774 celt_mips+=70; in DIV32_()
789 #define PRINT_MIPS(file) do {fprintf (file, "total complexity = %llu MIPS\n", celt_mips);} while (0…