Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_agate.c52 double thres; member
104 s->thres = log(lin_threshold); in agate_config_input()
117 static double output_gain(double lin_slope, double ratio, double thres, in output_gain() argument
128 gain = (slope - thres) * tratio + thres; in output_gain()
133 …rmite_interpolation(slope, knee_stop, knee_start, ((knee_stop - thres) * tratio + thres), knee_st… in output_gain()
136 …mite_interpolation(slope, knee_start, knee_stop, ((knee_start - thres) * tratio + thres), knee_st… in output_gain()
176 gain = output_gain(s->lin_slope, s->ratio, s->thres, in gate()
Daf_sidechaincompress.c52 double thres; member
106 static double output_gain(double lin_slope, double ratio, double thres, in output_gain() argument
120 gain = thres; in output_gain()
123 gain = (slope - thres) / ratio + thres; in output_gain()
147 s->thres = log(s->threshold); in compressor_config_output()
154 s->compressed_knee_start = (s->knee_start - s->thres) / s->ratio + s->thres; in compressor_config_output()
155 s->compressed_knee_stop = (s->knee_stop - s->thres) / s->ratio + s->thres; in compressor_config_output()
203 gain = output_gain(s->lin_slope, s->ratio, s->thres, s->knee, in compressor()
Dvf_chromanr.c38 int thres; member
99 const int thres = s->thres; \
153 if (FFABS(cu - U) + FFABS(cv - V) + FFABS(cy - Y) < thres && \
185 s->thres = s->threshold * (1 << (s->depth - 8)); in filter_frame()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c825 LLVMValueRef thres; in lp_build_conv() local
831 thres = bld.zero; in lp_build_conv()
833 thres = lp_build_const_vec(gallivm, src_type, dst_min); in lp_build_conv()
835 tmp[i] = lp_build_max(&bld, tmp[i], thres); in lp_build_conv()
840 thres = bld.one; in lp_build_conv()
842 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv()
844 tmp[i] = lp_build_min(&bld, tmp[i], thres); in lp_build_conv()
/third_party/boost/libs/geometry/test/algorithms/
Dpoint_on_surface.cpp342 double thres = 3.14158 / 8; in test_dense() local
343 for ( double a = thres ; a > -thres ; a -= 0.01 ) in test_dense()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.h171 …yNms(const std::vector<std::vector<float>> &all_boxes, std::vector<float> &all_scores, float thres,
Dimage_process.cc1082 …yNms(const std::vector<std::vector<float>> &all_boxes, std::vector<float> &all_scores, float thres, in ApplyNms() argument
1119 if (ovr[j] <= thres) { in ApplyNms()
/third_party/ffmpeg/doc/
Dfilters.texi7855 @item thres