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

  /external/libopus/celt/
fixed_generic.h 65 #define EXTEND32(x) ((opus_val32)(x))
77 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift))
84 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
arch.h 155 #define EXTEND32(x) (x)
fixed_debug.h 121 #define EXTEND32(x) EXTEND32_(x, __FILE__, __LINE__)
127 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
  /external/speex/libspeex/
fixed_debug.h 90 #define EXTEND32(x) _EXTEND32(x, __FILE__, __LINE__)
96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
164 #define PSHR32(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift))
282 if (ABS32(b)>=(EXTEND32(1)<<(15+Q)))
298 if (ABS32(b)>=(EXTEND32(1)<<(15+Q)))
300 res = ((((long long)a)*(long long)b) + ((EXTEND32(1)<<Q)>>1))>> Q;
fixed_generic.h 44 #define EXTEND32(x) ((spx_word32_t)(x))
50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift))
61 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
arch.h 164 #define EXTEND32(x) (x)

Completed in 345 milliseconds