Home
last modified time | relevance | path

Searched refs:D_max (Results 1 – 25 of 58) sorted by relevance

123

/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dnegadoctor.c93 float D_max; /* max density of film member
128 GtkWidget *D_max; member
190 float D_max; // max density of film in legacy_params() member
220 n->D_max = o->D_max; in legacy_params()
643 p->D_max = v_maxf(RGB); in apply_auto_Dmax()
646 dt_bauhaus_slider_set(g->D_max, p->D_max); in apply_auto_Dmax()
739 RGB[c] *= p->wb_high[c] / p->D_max; in apply_auto_black()
765 RGB[c] *= p->wb_high[c] / p->D_max; in apply_auto_exposure()
791 else if(picker == g->D_max) in color_picker_apply()
867 dt_bauhaus_slider_set_format(g->D_max, "%.2f dB"); in gui_init()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dnegadoctor.c93 float D_max; /* max density of film member
128 GtkWidget *D_max; member
190 float D_max; // max density of film in legacy_params() member
220 n->D_max = o->D_max; in legacy_params()
636 p->D_max = v_maxf(RGB); in apply_auto_Dmax()
639 dt_bauhaus_slider_set(g->D_max, p->D_max); in apply_auto_Dmax()
732 RGB[c] *= p->wb_high[c] / p->D_max; in apply_auto_black()
758 RGB[c] *= p->wb_high[c] / p->D_max; in apply_auto_exposure()
784 else if(picker == g->D_max) in color_picker_apply()
862 dt_bauhaus_slider_set_format(g->D_max, "%.2f dB"); in gui_init()
[all …]
/dports/math/octave-forge-queueing/queueing/inst/
H A Dqncsbsb.m105 D_max = max(D); variable
108 Xl = N/(D_tot+Z+( (N-1)*D_max )/( 1+Z/(N*D_tot) ) );
109 Xu = min( 1/D_max, N/( D_tot+Z+( (N-1)*D_ave )/(1+Z/D_tot) ) );
110 Rl = max( N*D_max-Z, D_tot+( (N-1)*D_ave )/( 1+Z/D_tot) );
111 Ru = D_tot + ( (N-1)*D_max )/( 1+Z/(N*D_tot) );
H A Dqnosbsb.m88 D_max = max(D); variable
91 X_upper = 1/D_max;
94 R_upper = D_tot / (1-lambda*D_max);
H A Dqncmcb.m106 D_max = max(D,[],2)'; variable
116 ## 1/D_max(r).
120 Xu(r) = min([tmp 1/D_max(r)]);
H A Dqncmbsb.m103 D_max = max(D,[],2)'; variable
105 Xl = N ./ (Dc .+ (sum(N)-1) .* D_max);
106 Xu = min( 1./D_max, N ./ ((K+sum(N)-1) .* D_min));
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/cluster/
H A D_optics.py947 D_max = reachability_plot[D["start"]]
948 if D_max * xi_complement >= reachability_plot[c_end + 1]:
956 elif reachability_plot[c_end + 1] * xi_complement >= D_max:
963 while reachability_plot[c_end - 1] > D_max and c_end > U_start:
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp3d/
H A Djp3d.h381 double D_max; member
H A Dt2.c314 if (volume_info->D_max < info_PK->disto) { in t2_encode_packet()
315 volume_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/openjpeg/
H A Dopenjpeg.h672 double D_max; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/openjpeg/
H A Dopenjpeg.h672 double D_max; member
/dports/print/ghostscript9-x11/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dopenjpeg.h693 double D_max; member
H A Dt2.c288 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
289 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/print/ghostscript9-base/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dopenjpeg.h693 double D_max; member
H A Dt2.c288 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
289 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/libopenjpeg/
H A Dopenjpeg.h676 double D_max; member
H A Dt2.c288 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
289 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openmj2/
H A Dopenjpeg.h684 double D_max; member
H A Dt2.c312 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
313 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/
H A Dopenjpeg.h674 double D_max; member
H A Dt2.c289 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
290 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCompare.cpp675 int const D_max = (m_ + n_ + 1)/2; in findMiddleSnake() local
678 for (int D = 0; D <= D_max; ++D) { in findMiddleSnake()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/OpenJPEG/src/openjpeg/
H A Dopenjpeg.h627 double D_max; member
H A Dt2.c378 if (cstr_info->D_max < info_PK->disto) { in t2_encode_packet()
379 cstr_info->D_max = info_PK->disto; in t2_encode_packet()
/dports/misc/vxl/vxl-3.3.2/v3p/openjpeg2/
H A Dopenjpeg.h615 double D_max; member

123