Home
last modified time | relevance | path

Searched defs:imax (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_colorcorrect.c59 const float imax = 1.f / max; in colorcorrect_slice8() local
99 const float imax = 1.f / max; in colorcorrect_slice16() local
Dvf_colorlevels.c216 int imax = lrint(r->in_max * UINT8_MAX); in filter_frame() local
256 int imax = lrint(r->in_max * UINT16_MAX); in filter_frame() local
Dvf_monochrome.c88 const float imax = 1.f / max; in monochrome_slice8() local
127 const float imax = 1.f / max; in monochrome_slice16() local
Davf_concat.c231 unsigned imax = i + ctx->nb_outputs; in find_next_delta_ts() local
Dvf_overlay.c355 int i, imax, j, jmax; in blend_slice_packed_rgb() local
/third_party/ltp/lib/
Drandom_range.c730 int imax = 6 * GIG; /* higher than 32 bits */ local
732 int imax = 1048576; local
/third_party/openssl/crypto/bn/
Dbn_rsa_fips186_4.c250 int i, imax; in ossl_bn_rsa_fips186_4_derive_prime() local
/third_party/ltp/testcases/misc/math/float/
Dthread_code.c282 int imax, index; in thread_code() local
/third_party/optimized-routines/math/test/rtest/
Ddotest.c1389 uint32 imin, imax; in pow_cases() local
1479 uint32 imin, imax; in pow_cases_float() local
/third_party/alsa-utils/alsactl/
Dstate.c832 long *imin, long *imax, long *istep) in get_comment_range()
902 long imin, imax, istep; in add_user_control() local
/third_party/alsa-lib/src/pcm/
Dpcm_extplug.c113 int imin, imax; in snd_interval_list() local
Dpcm_direct.c816 unsigned int imax)
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c786 unsigned imin, imax; in depth_bounds_test_quads() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java129 private static final int imax = 2147483647; field in DiagBigDecimalTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java132 private static final int imax = 2147483647; field in DiagBigDecimalTest
/third_party/cups-filters/filter/foomatic-rip/
Doptions.c506 int i, imin, imax; in get_valid_param_string() local
/third_party/python/Modules/
Dselectmodule.c266 int imax, omax, emax, max; in select_select_impl() local
D_testbuffer.c933 Py_ssize_t imin, imax; in verify_structure() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1087 void ShaderCore::imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imax() function in sw::ShaderCore