HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 701 - 725 of 1371) sorted by null

<<21222324252627282930>>

  /frameworks/wilhelm/src/android/
android_Effect.cpp 83 size = sizeof(int16_t);
86 size = 2 * sizeof(int16_t);
117 size = sizeof(int16_t);
140 size = sizeof(int16_t);
163 size = sizeof(int16_t); // millibel
173 size = sizeof(int16_t); // permille
264 int16_t strength;
286 int16_t range[2] = {0, 0};
332 int16_t strength;
  /system/core/libpixelflinger/
trap.cpp 234 int16_t* covPtr = c->state.buffers.coverage;
299 int16_t* covPtr = c->state.buffers.coverage;
828 int16_t y_top; // starting scanline, 12.4 format
829 int16_t y_bot; // starting scanline, 12.4 format
919 void SET_COVERAGE(int16_t*& p, int32_t value, ssize_t n)
926 void ADD_COVERAGE(int16_t*& p, int32_t value)
935 void SUB_COVERAGE(int16_t*& p, int32_t value)
980 int16_t* const covPtr = c->state.buffers.coverage;
993 int16_t* coverage;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 89 struct IsSupported<int16_t>
164 { typedef int16_t Type; };
530 // 1000 is of type int16_t, is found not to be in range for int8_t,
532 CheckedInt<int8_t> x(int16_t(1000));
810 typedef CheckedInt<int16_t> CheckedInt16;
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 163 static void TransformOneNEON(const int16_t *in, uint8_t *dst) {
165 const int16_t constants[] = {20091, 17734, 0, 0};
312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) {
319 static void TransformWHT(const int16_t* in, int16_t* out) {
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
262 int16_t y_ac_levels[16][16];
263 int16_t uv_levels[4 + 4][16];
360 const int16_t* const coeffs,
490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
  /external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch 105 + typedef signed short int16_t;
112 + typedef signed __int16 int16_t;
124 +typedef int16_t int_least16_t;
134 +typedef int16_t int_fast16_t;
163 +#define INT16_MIN ((int16_t)_I16_MIN)
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 52 const int16_t runs[]) SK_OVERRIDE {
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
244 int16_t* run = runs.fRuns;
647 // the clip to that limit here. (the runs[] uses int16_t for its index).
SkMaskFilter.cpp 124 size_t storageSize = (innerW + 1) * (sizeof(int16_t) + sizeof(uint8_t));
126 int16_t* runs = (int16_t*)storage.get();
  /external/libmtp/src/
libmtp.h 48 typedef __int16 int16_t; typedef
519 int16_t i16max;
520 int16_t i16min;
521 int16_t i16step;
522 int16_t* i16vals;
    [all...]
libmtp.h.in 48 typedef __int16 int16_t;
517 int16_t i16max;
518 int16_t i16min;
519 int16_t i16step;
520 int16_t* i16vals;
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count);
45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count)
47 return (int16_t)strncmp((const char*)s1,(const char*)s2, count);
49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count)
52 int16_t returnvalue;
  /external/safe-iop/include/
safe_iop.h 577 MAKE_SADD(s, 16, int16_t, SHRT_MAX)
593 MAKE_SSUB(s, 16, int16_t, SHRT_MIN, SHRT_MAX)
610 MAKE_SMUL(s, 16, int16_t, SHRT_MAX, SHRT_MIN)
627 MAKE_SDIV(s, 16, int16_t, SHRT_MIN)
644 MAKE_SMOD(s, 16, int16_t, SHRT_MIN)
  /external/skia/src/core/
SkScan_AntiPath.cpp 52 const int16_t runs[]) SK_OVERRIDE {
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
244 int16_t* run = runs.fRuns;
647 // the clip to that limit here. (the runs[] uses int16_t for its index).
  /external/webp/src/dsp/
dec_neon.c 163 static void TransformOneNEON(const int16_t *in, uint8_t *dst) {
165 const int16_t constants[] = {20091, 17734, 0, 0};
312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) {
319 static void TransformWHT(const int16_t* in, int16_t* out) {
  /external/webp/src/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
262 int16_t y_ac_levels[16][16];
263 int16_t uv_levels[4 + 4][16];
360 const int16_t* const coeffs,
490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 526 int16_t *ptr = (int16_t *)buffer->data();
527 int16_t *stop = (int16_t *)(buffer->data() + buffer->size());
533 static const size_t kFrameSize = 2 * sizeof(int16_t); // stereo
  /external/bison/darwin-lib/
stdint.h 147 #undef int16_t macro
151 #define int16_t gl_int16_t macro
233 #define int_least16_t int16_t
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 415 util_is_half_inf_or_nan(int16_t x)
422 util_is_half_nan(int16_t x)
429 util_half_inf_sign(int16_t x)
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 218 SK_API int16_t SkToS16(intmax_t);
225 #define SkToS16(x) ((int16_t)(x))
248 return (int16_t)x == x;
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 158 static inline int16_t GrToS16(intptr_t x) {
159 SkASSERT((int16_t)x == x);
160 return (int16_t)x;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 639 int16_t fMinX;
640 int16_t fMinY;
641 int16_t fMaxX;
642 int16_t fMaxY;
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.h 264 inline int16_t ReadH(int32_t addr, Instruction* instr);
267 inline void WriteH(int32_t addr, int16_t value, Instruction* instr);
344 int16_t exceptions[kNumExceptions];
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 415 util_is_half_inf_or_nan(int16_t x)
422 util_is_half_nan(int16_t x)
429 util_half_inf_sign(int16_t x)
  /external/openssh/
defines.h 203 typedef short int int16_t; typedef
207 typedef short int16_t; typedef
209 typedef long int16_t; typedef
  /external/pixman/pixman/
pixman-trap.c 234 int16_t x_off,
235 int16_t y_off,
319 int16_t x_off,

Completed in 1315 milliseconds

<<21222324252627282930>>