Home
last modified time | relevance | path

Searched defs:minval (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/
Dformat_srgb.h97 } almostone, minval, f; in util_format_linear_float_to_srgb_8unorm() local
/third_party/ffmpeg/libavfilter/
Dvf_lut.c165 double minval = s->var_values[VAR_MINVAL]; in clip() local
179 double minval = s->var_values[VAR_MINVAL]; in compute_gammaval() local
192 double minval = s->var_values[VAR_MINVAL]; in compute_gammaval709() local
Daf_firequalizer.c558 double minval = 1e-7 / rdft_len; in generate_min_phase_kernel() local
/third_party/python/Modules/
Daudioop.c21 fbound(double val, double minval, double maxval) in fbound()
938 double maxval, minval; in audioop_mul_impl() local
979 double maxval, minval; in audioop_tomono_impl() local
1029 double maxval, minval; in audioop_tostereo_impl() local
1077 int minval, maxval, newval; in audioop_add_impl() local
/third_party/mtdev/src/
Dcommon.h57 static inline int minval(int x, int y) { return x < y ? x : y; } in minval() function
/third_party/alsa-lib/src/control/
Dtlv.c416 long minval, maxval; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c54 float minval, maxval; member
/third_party/tzdata/
Dlocaltime.c241 int_fast32_t minval = -1 - maxval; in detzcode() local
264 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64() local
/third_party/python/Lib/
Dturtle.py829 def numinput(self, title, prompt, default=None, minval=None, maxval=None): argument