Home
last modified time | relevance | path

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

12345

/third_party/mesa3d/src/amd/compiler/tests/
Dtest_assembler.cpp79 for (unsigned i = 0; i < INT16_MAX + 1; i++)
111 for (unsigned i = 0; i < INT16_MAX + 1; i++)
132 for (unsigned i = 0; i < INT16_MAX + 1; i++)
160 for (unsigned i = 0; i < INT16_MAX + 1; i++)
196 for (unsigned i = 0; i < INT16_MAX + 1; i++)
216 for (unsigned i = 0; i < INT16_MAX + 1; i++)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h86 #define INT16_MAX 32767 macro
124 #ifndef INT16_MAX
125 #define INT16_MAX 32767 macro
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp109 float temp = (INT16_MAX * value) + 0.5 - INT16_MIN; in writePCM16()
111 if (sample > INT16_MAX) { in writePCM16()
112 sample = INT16_MAX; in writePCM16()
/third_party/ffmpeg/libavfilter/
Dvf_atadenoise.c84 …for 1st plane", OFFSET(sigma[0]), AV_OPT_TYPE_FLOAT, {.dbl=INT16_MAX}, 0, INT16_MAX, FLAGS },
85 …for 2nd plane", OFFSET(sigma[1]), AV_OPT_TYPE_FLOAT, {.dbl=INT16_MAX}, 0, INT16_MAX, FLAGS },
86 …for 3rd plane", OFFSET(sigma[2]), AV_OPT_TYPE_FLOAT, {.dbl=INT16_MAX}, 0, INT16_MAX, FLAGS },
412 if (depth == 8 && s->sigma[p] == INT16_MAX) in config_input()
414 else if (s->sigma[p] == INT16_MAX) in config_input()
416 else if (depth == 8 && s->sigma[p] < INT16_MAX) in config_input()
418 else if (s->sigma[p] < INT16_MAX) in config_input()
Davf_showwaves.c185 return height/2 - av_rescale(sample, height/2, INT16_MAX); in get_lin_h()
190 return av_rescale(FFABS(sample), height, INT16_MAX); in get_lin_h2()
195 … return height/2 - FFSIGN(sample) * (log10(1 + FFABS(sample)) * (height/2) / log10(1 + INT16_MAX)); in get_log_h()
200 return log10(1 + FFABS(sample)) * height / log10(1 + INT16_MAX); in get_log_h2()
205 return height/2 - FFSIGN(sample) * (sqrt(FFABS(sample)) * (height/2) / sqrt(INT16_MAX)); in get_sqrt_h()
210 return sqrt(FFABS(sample)) * height / sqrt(INT16_MAX); in get_sqrt_h2()
215 return height/2 - FFSIGN(sample) * (cbrt(FFABS(sample)) * (height/2) / cbrt(INT16_MAX)); in get_cbrt_h()
220 return cbrt(FFABS(sample)) * height / cbrt(INT16_MAX); in get_cbrt_h2()
/third_party/ffmpeg/libavcodec/
Dopus_metadata_bsf.c44 AV_OPT_TYPE_INT, { .i64 = 0 }, -(INT16_MAX + 1), INT16_MAX, .flags = FLAGS },
/third_party/ffmpeg/libavfilter/x86/
Dvf_atadenoise_init.c43 …6_64 && EXTERNAL_SSE4(cpu_flags) && depth <= 8 && algorithm == PARALLEL && sigma[p] == INT16_MAX) { in ff_atadenoise_init_x86()
47 …X86_64 && EXTERNAL_SSE4(cpu_flags) && depth <= 8 && algorithm == SERIAL && sigma[p] == INT16_MAX) { in ff_atadenoise_init_x86()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h135 #define INT16_MAX _I16_MAX macro
149 #define INT_LEAST16_MAX INT16_MAX
163 #define INT_FAST16_MAX INT16_MAX
/third_party/ffmpeg/libavformat/
Dnistspheredec.c93 if (st->codecpar->channels <= 0 || st->codecpar->channels > INT16_MAX) in nist_read_header()
114 if (bps > INT16_MAX/8U) in nist_read_header()
120 … if (st->codecpar->bits_per_coded_sample <= 0 || st->codecpar->bits_per_coded_sample > INT16_MAX) in nist_read_header()
/third_party/openssl/include/internal/
Dnumbers.h45 # ifndef INT16_MAX
47 # define INT16_MAX __MAXINT__(int16_t) macro
/third_party/musl/ndk_musl_include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/musl/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
65 #define INT_LEAST16_MAX INT16_MAX
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h165 #ifndef INT16_MAX
167 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h202 #ifndef INT16_MAX
204 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h202 #ifndef INT16_MAX
204 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h202 #ifndef INT16_MAX
204 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/skia/src/core/
DSkDraw_text.cpp32 return !(gt(position.fX, INT_MAX - (INT16_MAX + SkTo<int>(UINT16_MAX))) || in check_glyph_position()
34 gt(position.fY, INT_MAX - (INT16_MAX + SkTo<int>(UINT16_MAX))) || in check_glyph_position()
/third_party/pixman/pixman/
Dpixman-compiler.h37 #ifndef INT16_MAX
38 # define INT16_MAX (32767) macro
Dpixman-region16.c46 #define PIXMAN_REGION_MAX INT16_MAX
/third_party/ffmpeg/libavcodec/tests/
Diirfilter.c44 x[i] = lrint(0.75 * INT16_MAX * sin(0.5 * M_PI * i * i / SIZE)); in main()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/
Dcalib_output.h39 if (elements_num_ == 0 || elements_num_ > INT16_MAX) { in MutableData()

12345