Searched defs:minval (Results 1 – 9 of 9) sorted by relevance
| /third_party/mesa3d/src/util/ |
| D | format_srgb.h | 97 } almostone, minval, f; in util_format_linear_float_to_srgb_8unorm() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_lut.c | 165 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
|
| D | af_firequalizer.c | 558 double minval = 1e-7 / rdft_len; in generate_min_phase_kernel() local
|
| /third_party/python/Modules/ |
| D | audioop.c | 21 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/ |
| D | common.h | 57 static inline int minval(int x, int y) { return x < y ? x : y; } in minval() function
|
| /third_party/alsa-lib/src/control/ |
| D | tlv.c | 416 long minval, maxval; member
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_quad_depth_test.c | 54 float minval, maxval; member
|
| /third_party/tzdata/ |
| D | localtime.c | 241 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/ |
| D | turtle.py | 829 def numinput(self, title, prompt, default=None, minval=None, maxval=None): argument
|