Home
last modified time | relevance | path

Searched refs:C_slope (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/vmaf/vmaf-2.3.0/matlab/STMAD_2011_MatlabCode/
H A Dhi_index.m12 C_slope = 1; % slope of detection threshold variable
22 sprintf('Cslope = %.2f',C_slope),...
70 & (Ci_dst > (C_slope * (Ci_ref - Ci_thrsh) + Cd_thrsh) ) );
73 msk(idx1) = ( Ci_dst( idx1 ) - (C_slope * (Ci_ref( idx1 )-Ci_thrsh) + Cd_thrsh) ) ./ ms_scale;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DFunction.cpp405 C_slope = (C - C_initial)/delta_t; in GaussianTemporalRamp()
412 C = C_initial + C_slope*t; in f()
418 C = C_initial + C_slope*t; in dfdt()
421 dfdt += C_slope*exp(-(mask[0]*(x[0]-x0[0])*(x[0]-x0[0]) in dfdt()
H A DFunction.h355 double C_initial, C_slope; variable
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DFunction.cpp428 C_slope = (C - C_initial)/delta_t; in GaussianTemporalRamp()
435 C = C_initial + C_slope*t; in f()
441 C = C_initial + C_slope*t; in dfdt()
444 dfdt += C_slope*exp(-(mask[0]*(x[0]-x0[0])*(x[0]-x0[0]) in dfdt()
H A DFunction.h351 double C_initial, C_slope; variable