Searched refs:MULT16_16_Q13 (Results 1 - 10 of 10) sorted by relevance

/external/speex/libspeex/
H A Dlpc.c112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r)));
H A Dmath_approx.h173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));
H A Darch.h202 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
H A Dfixed_generic.h95 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
H A Dfixed_debug.h340 static inline short MULT16_16_Q13(int a, int b) function
345 fprintf (stderr, "MULT16_16_Q13: inputs are not short: %d %d\n", a, b);
350 fprintf (stderr, "MULT16_16_Q13: output is not short: %d*%d=%d\n", a, b, (int)res);
H A Dlsp.c166 b0 = SUB16(MULT16_16_Q13(x,b0), b1);
H A Dfilters.c775 g1 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain1),pgain1);
776 g2 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain2),pgain2);
/external/libopus/celt/
H A Darch.h190 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
H A Dfixed_generic.h120 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
H A Dfixed_debug.h542 static OPUS_INLINE short MULT16_16_Q13(int a, int b) function
547 fprintf (stderr, "MULT16_16_Q13: inputs are not short: %d %d\n", a, b);
556 fprintf (stderr, "MULT16_16_Q13: output is not short: %d*%d=%d\n", a, b, (int)res);

Completed in 341 milliseconds