Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 25 of 106) sorted by relevance

12345

/external/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp109 float temp = (INT16_MAX * value) + 0.5 - INT16_MIN; in writePCM16()
110 int32_t sample = ((int) temp) + INT16_MIN; in writePCM16()
113 } else if (sample < INT16_MIN) { in writePCM16()
114 sample = INT16_MIN; in writePCM16()
/external/webrtc/modules/desktop_capture/
Dwindow_finder_unittest.cc169 finder->GetWindowUnderPoint(DesktopVector(INT16_MAX, INT16_MIN))); in TEST()
171 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MAX))); in TEST()
173 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MIN))); in TEST()
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h87 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 #define INT16_MIN -32768 macro
/external/llvm/include/llvm/Support/
DDataTypes.h88 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/libaom/libaom/av1/encoder/
Dwedge_utils.c59 t = clamp(t, INT16_MIN, INT16_MAX); in av1_wedge_sse_from_residuals_c()
124 d[i] = clamp(a[i] * a[i] - b[i] * b[i], INT16_MIN, INT16_MAX); in av1_wedge_compute_delta_squares_c()
/external/adhd/cras/src/server/
Dcras_mix_ops.c50 else if (sum < INT16_MIN) in cras_mix_add_clip_s16_le()
51 sum = INT16_MIN; in cras_mix_add_clip_s16_le()
71 else if (sum < INT16_MIN) in scale_add_clip_s16_le()
72 sum = INT16_MIN; in scale_add_clip_s16_le()
179 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le()
180 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le()
195 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le()
196 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le()
211 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le()
212 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le()
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c32 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_dc()
82 INT16_MIN, INT16_MAX); in vpx_quantize_dc_32x32()
154 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_b_c()
257 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c()
268 clamp(qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c()
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h21 #define INT16_MIN SHRT_MIN macro
36 #define INT_LEAST16_MIN INT16_MIN
/external/capstone/include/windowsce/
Dstdint.h58 #define INT16_MIN (-32767i16 - 1) macro
71 #define INT_LEAST16_MIN INT16_MIN
/external/icu/libandroidicu/include/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/icu/libicu/cts_headers/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/icu/libicu/ndk_headers/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp25 #ifndef INT16_MIN
26 #error INT16_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp22 #ifndef INT16_MIN
23 #error INT16_MIN not defined
/external/skia/src/core/
DSkDraw_text.cpp33 lt(position.fX, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/)) || in check_glyph_position()
35 lt(position.fY, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/))); in check_glyph_position()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F()
147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F()
208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F()
215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F()
446 APInt(16, (uint64_t)INT16_MIN))); in TEST_F()
449 APInt(16, (uint64_t)INT16_MIN))); in TEST_F()
474 EXPECT_EQ(Full.smin(Some), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F()
482 EXPECT_EQ(Some.smin(Wrap), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F()
487 EXPECT_EQ(Wrap.smin(One), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py66 INT16_MIN = (-32767-1) variable
70 INT_LEAST16_MIN = INT16_MIN
/external/oboe/src/flowgraph/
DSinkI16.cpp51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
/external/adhd/cras/src/tests/
Dlinear_resampler_unittest.cc207 else if (sum < INT16_MIN) in cras_mix_add_scale_stride()
208 sum = INT16_MIN; in cras_mix_add_scale_stride()
/external/adhd/cras/src/plc/
Dcras_plc.c106 input < INT16_MIN ? INT16_MIN : (int16_t)input; in f_to_s16()
/external/capstone/include/
Dplatform.h47 #define INT16_MIN (-32767i16 - 1) macro
/external/capstone/include/capstone/
Dplatform.h54 #define INT16_MIN (-32767i16 - 1) macro
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-enum.cpp19 I16A = INT16_MIN,

12345