Home
last modified time | relevance | path

Searched refs:minval (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/util/
H A Dformat_srgb.h97 } almostone, minval, f; in util_format_linear_float_to_srgb_8unorm() local
101 minval.ui = (127-13) << 23; in util_format_linear_float_to_srgb_8unorm()
108 if (!(x > minval.f)) in util_format_linear_float_to_srgb_8unorm()
109 x = minval.f; in util_format_linear_float_to_srgb_8unorm()
115 tab = util_format_linear_to_srgb_helper_table[(f.ui - minval.ui) >> 20]; in util_format_linear_float_to_srgb_8unorm()
/third_party/backends/backend/
H A Dhp-option.c158 int minval, maxval, startval; /* for simulation */ member
228 hp_choice_isSupported (HpChoice choice, int minval, int maxval) in hp_choice_isSupported() argument
231 || ( choice->val >= minval && choice->val <= maxval ) ); in hp_choice_isSupported()
236 HpChoice choice, int minval, int maxval) in hp_probed_choice_isSupported()
247 if ( choice->val < minval || choice->val > maxval ) in hp_probed_choice_isSupported()
250 minval, maxval); in hp_probed_choice_isSupported()
745 int minval, maxval; in _probe_int() local
750 RETURN_IF_FAIL( sanei_hp_scl_inquire(scsi, scl, &val, &minval, &maxval) ); in _probe_int()
752 if (minval >= maxval) in _probe_int()
763 return _set_range(this, data, minval, in _probe_int()
235 hp_probed_choice_isSupported(HpScsi scsi, HpScl scl, HpChoice choice, int minval, int maxval) hp_probed_choice_isSupported() argument
772 int minval, maxval; _probe_int_brightness() local
812 int minval, maxval, min2, max2; _probe_resolution() local
964 int minval, maxval; _probe_calibrate() local
1011 _make_choice_list(HpChoice choice, int minval, int maxval) _make_choice_list() argument
1032 _make_probed_choice_list(HpScsi scsi, HpScl scl, HpChoice choice, int minval, int maxval) _make_probed_choice_list() argument
1065 int minval, maxval, val; _probe_choice() local
1149 int minval, maxval, val; _probe_each_choice() local
1198 int minval = 0, maxval = 9, val = 0; _probe_ps_exposure_time() local
1305 int minval, maxval, val, sec_dir; _probe_mirror_horiz() local
1349 int minval = HP_MIRROR_VERT_OFF, _probe_mirror_vert() local
1420 int minval, maxval; _probe_geometry() local
1509 int val = 0, minval, maxval; _probe_custom_gamma() local
1991 int minval, maxval; _program_tonemap() local
2112 int minval, maxval, media; _program_resolution() local
2300 int req_media, minval, maxval, current_media; _program_media() local
2759 int simulate, minval, maxval; _enable_custom_gamma() local
[all...]
H A Dhp-device.c107 int *minval, int *maxval) in sanei_hp_device_support_get()
119 *minval = 2; *maxval = 14; in sanei_hp_device_support_get()
133 if (minval) *minval = sclsupport->minval; in sanei_hp_device_support_get()
195 &(sclsupport->minval), in sanei_hp_device_support_probe()
211 inqid+HP_SCL_INQID_MIN, sclsupport->minval, sclsupport->maxval, val); in sanei_hp_device_support_probe()
106 sanei_hp_device_support_get(const char *devname, HpScl scl, int *minval, int *maxval) sanei_hp_device_support_get() argument
H A Dhp-device.h81 int *minval, int *maxval);
H A Dhp-handle.c508 int minval, maxval; in sanei_hp_handle_startScan() local
524 SCL_UNLOAD, &minval, &maxval) in sanei_hp_handle_startScan()
527 SCL_CHANGE_DOC, &minval, &maxval) in sanei_hp_handle_startScan()
540 SCL_PRELOAD_ADF, &minval, &maxval) in sanei_hp_handle_startScan()
H A Dhp.h120 int minval, maxval; member
/third_party/ffmpeg/libavfilter/
H A Dvf_lut.c46 "minval", ///< min value for the pixel
158 * Clip value val in the minval - maxval range.
163 double minval = s->var_values[VAR_MINVAL]; in clip() local
166 return av_clip(val, minval, maxval); in clip()
170 * Compute gamma correction for value val, assuming the minval-maxval
177 double minval = s->var_values[VAR_MINVAL]; in compute_gammaval() local
180 return pow((val-minval)/(maxval-minval), gamma) * (maxval-minval)+minval; in compute_gammaval()
190 double minval = s->var_values[VAR_MINVAL]; compute_gammaval709() local
[all...]
H A Daf_firequalizer.c529 double minval = 1e-7 / rdft_len; in generate_min_phase_kernel() local
537 s->cepstrum_buf[0] = log(FFMAX(s->cepstrum_buf[0], minval)); in generate_min_phase_kernel()
538 s->cepstrum_buf[1] = log(FFMAX(s->cepstrum_buf[1], minval)); in generate_min_phase_kernel()
541 s->cepstrum_buf[k] = log(FFMAX(s->cepstrum_buf[k], minval)); in generate_min_phase_kernel()
/third_party/python/Modules/
H A Daudioop.c44 fbound(double val, double minval, double maxval) in fbound() argument
49 else if (val < minval + 1.0) { in fbound()
50 val = minval; in fbound()
947 double maxval, minval; in audioop_mul_impl() local
954 minval = (double) minvals[width]; in audioop_mul_impl()
963 int ival = fbound(val * factor, minval, maxval); in audioop_mul_impl()
988 double maxval, minval; in audioop_tomono_impl() local
1002 minval = (double) minvals[width]; in audioop_tomono_impl()
1013 int ival = fbound(val, minval, maxval); in audioop_tomono_impl()
1038 double maxval, minval; in audioop_tostereo_impl() local
1086 int minval, maxval, newval; audioop_add_impl() local
[all...]
/third_party/lame/libmp3lame/
H A Dpresets.c83 FLOAT minval; member
166 LERP(minval); in apply_vbr_preset()
207 gfp->internal_flags->cfg.minval = set->minval; in apply_vbr_preset()
312 gfp->internal_flags->cfg.minval = 5. * (abr_switch_map[r].abr_kbps / 320.); in apply_abr_preset()
H A Dutil.h193 FLOAT minval[CBANDS]; member
462 FLOAT minval; member
H A Dpsymodel.c1119 x *= gds->minval[b]; in vbrpsy_compute_masking_s()
1251 x *= gdl->minval[b]; in vbrpsy_compute_masking_l()
1895 FLOAT const minval_low = (0.f - cfg->minval); in psymodel_init()
1977 For low freq, the strength of the masking is limited by minval in psymodel_init()
1994 gd->l.minval[i] = pow(10.0, x / 10.) * gd->l.numlines[i]; in psymodel_init()
2030 For low freq, the strength of the masking is limited by minval in psymodel_init()
2049 gd->s.minval[i] = pow(10.0, x / 10) * gd->s.numlines[i]; in psymodel_init()
/third_party/alsa-lib/src/control/
H A Dtlv.c416 long minval, maxval; member
436 rec->minval = snd_ctl_elem_info_get_min(&info); in get_tlv_info()
464 return snd_tlv_get_dB_range(info.tlv, info.minval, info.maxval, in snd_ctl_get_dB_range()
485 return snd_tlv_convert_to_dB(info.tlv, info.minval, info.maxval, in snd_ctl_convert_to_dB()
508 return snd_tlv_convert_from_dB(info.tlv, info.minval, info.maxval, in snd_ctl_convert_from_dB()
/third_party/pcre2/pcre2/maint/
H A DGenerateUcd.py347 minval = min(table)
350 if minlimit <= minval and maxval <= maxlimit:
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c54 float minval, maxval; member
167 dvals[j] = CLAMP(quad->output.depth[j], data->minval, data->maxval); in convert_quad_depth()
874 data.minval = MIN2(near_val, far_val); in depth_test_quads_fallback()
/third_party/tzdata/
H A Dlocaltime.c240 int_fast32_t minval = -1 - maxval; in detzcode() local
248 If the result would be minval - 1, return minval. */ in detzcode()
250 result += minval; in detzcode()
263 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64() local
271 If the result would be minval - 1, return minval. */ in detzcode64()
273 result += minval; in detzcode64()
/third_party/python/Lib/
H A Dturtle.py829 def numinput(self, title, prompt, default=None, minval=None, maxval=None):
835 minval: minimum value for input
838 The number input must be in the range minval .. maxval if these are
844 >>> screen.numinput("Poker", "Your stakes:", 1000, minval=10, maxval=10000)
848 minvalue=minval, maxvalue=maxval,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1754 minval: ::c_longlong, in strtonum()

Completed in 34 milliseconds