Searched refs:MULT16_16_Q13 (Results 1 – 7 of 7) sorted by relevance
/external/speex/libspeex/ |
D | math_approx.h | 173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3)))))); in spx_acos()
|
D | lpc.c | 112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r))); in _spx_lpc()
|
D | fixed_generic.h | 91 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
|
D | arch.h | 201 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
|
D | filters.c | 775 g1 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain1),pgain1); in multicomb() 776 g2 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain2),pgain2); in multicomb()
|
D | lsp.c | 166 b0 = SUB16(MULT16_16_Q13(x,b0), b1); in cheb_poly_eva()
|
D | fixed_debug.h | 340 static inline short MULT16_16_Q13(int a, int b) in MULT16_16_Q13() function
|