Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 - 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
H A 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 #define INT16_MIN -32768 macro
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/third_party/ffmpeg/libavcodec/
H A Dg726.c118 { INT16_MIN, 135, 273, 373, 373, 273, 135, INT16_MIN };
127 { INT16_MIN, 4, 135, 213, 273, 323, 373, 425,
128 425, 373, 323, 273, 213, 135, 4, INT16_MIN };
139 { INT16_MIN, -66, 28, 104, 169, 224, 274, 318,
142 318, 274, 224, 169, 104, 28, -66, INT16_MIN };
H A Dqsvenc_h264.c143 { "int_ref_qp_delta", "QP difference for the refresh MBs", OFFSET(qsv.int_ref_qp_delta), AV_OPT_TYPE_INT, { .i64 = INT16_MIN }, INT16_MIN, INT16_MAX, VE },
H A Dqsvenc_hevc.c272 { "int_ref_qp_delta", "QP difference for the refresh MBs", OFFSET(qsv.int_ref_qp_delta), AV_OPT_TYPE_INT, { .i64 = INT16_MIN }, INT16_MIN, INT16_MAX, VE },
/third_party/icu/icu4c/source/common/unicode/
H A Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/node/deps/icu-small/source/common/unicode/
H A Dumachine.h167 #ifndef INT16_MIN
169 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/musl/include/
H A Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/skia/src/core/
H A 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()
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DSinkI16.cpp51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
/third_party/mesa3d/src/util/tests/
H A Dint_min_max.cpp43 EXPECT_EQ(INT16_MIN, u_intN_min(16)); in TEST()
/third_party/openssl/ohos_lite/include/internal/
H A Dnumbers.h46 # define INT16_MIN __MININT__(int16_t) macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h39 const int16 kint16min = INT16_MIN;
/third_party/node/deps/openssl/openssl/include/internal/
H A Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/third_party/openssl/include/internal/
H A Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/third_party/ffmpeg/libswresample/
H A Ddither_template.c37 # define CLIP(v) v = FFMAX(FFMIN(v, INT16_MAX), INT16_MIN)
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h37 const int16 kint16min = INT16_MIN;
/third_party/musl/libc-test/src/api/
H A Dstdint.c37 C(INT16_MIN) in f()
/third_party/ffmpeg/libavfilter/
H A Daf_biquads.c283 BIQUAD_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
331 BIQUAD_DII_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
387 BIQUAD_TDI_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
434 BIQUAD_TDII_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
490 BIQUAD_LATT_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
538 BIQUAD_SVF_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)
588 BIQUAD_ZDF_FILTER(s16, int16_t, INT16_MIN, INT16_MAX, 1)

Completed in 13 milliseconds

123