HomeSort by relevance Sort by last modified time
    Searched defs:SUB16 (Results 1 - 6 of 6) sorted by null

  /external/libopus/celt/
fixed_generic.h 98 #define SUB16(a,b) ((opus_val16)(a)-(opus_val16)(b))
arch.h 174 #define SUB16(a,b) ((a)-(b))
fixed_debug.h 259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__)
265 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
273 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
  /external/speex/libspeex/
fixed_debug.h 190 #define SUB16(a, b) _SUB16(a, b, __FILE__, __LINE__)
196 fprintf (stderr, "SUB16: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
200 fprintf (stderr, "SUB16: output is not short: %d in %s: line %d\n", res, file, line);
fixed_generic.h 66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b))
arch.h 182 #define SUB16(a,b) ((a)-(b))

Completed in 86 milliseconds