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

  /external/speex/libspeex/
lpc.c 112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r)));
math_approx.h 173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));
arch.h 202 #define MULT16_16_Q13(a,b) ((a)*(b))
fixed_generic.h 95 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13))
fixed_debug.h 340 static inline short MULT16_16_Q13(int a, int b)
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);
lsp.c 166 b0 = SUB16(MULT16_16_Q13(x,b0), b1);
filters.c 775 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/
arch.h 243 #define MULT16_16_Q13(a,b) ((a)*(b))
fixed_generic.h 151 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13))
fixed_debug.h 550 static OPUS_INLINE short MULT16_16_Q13(int a, int b)
555 fprintf (stderr, "MULT16_16_Q13: inputs are not short: %d %d\n", a, b);
564 fprintf (stderr, "MULT16_16_Q13: output is not short: %d*%d=%d\n", a, b, (int)res);

Completed in 282 milliseconds