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

  /external/elfutils/backends/
arm_reloc.def 33 RELOC_TYPE (ABS16, REL)
  /external/speex/libspeex/
arch.h 82 #define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */
pseudofloat.h 325 a.m = ABS16(a.m);
ltp.c 215 if (ABS16(sw[i])>16383)
591 if (ABS16(target[i])>16383)
599 if (ABS16(exc2[i])>16383)
filters.c 718 if (ABS16(exc[i])>16383)
preprocess.c 644 max_val = MAX16(max_val, ABS16(st->frame[i]));
    [all...]

Completed in 703 milliseconds