Blender
V3.3
|
Go to the source code of this file.
Functions | |
template<typename Functor > | |
CCL_NAMESPACE_BEGIN void | util_cdf_evaluate (const int resolution, const float from, const float to, Functor functor, vector< float > &cdf) |
void | util_cdf_invert (const int resolution, const float from, const float to, const vector< float > &cdf, const bool make_symmetric, vector< float > &inv_cdf) |
template<typename Functor > | |
void | util_cdf_inverted (const int resolution, const float from, const float to, Functor functor, const bool make_symmetric, vector< float > &inv_cdf) |
CCL_NAMESPACE_BEGIN void util_cdf_evaluate | ( | const int | resolution, |
const float | from, | ||
const float | to, | ||
Functor | functor, | ||
vector< float > & | cdf | ||
) |
Definition at line 15 of file math_cdf.h.
References fabsf, float(), from, x, and y.
Referenced by util_cdf_inverted().
void util_cdf_invert | ( | const int | resolution, |
const float | from, | ||
const float | to, | ||
const vector< float > & | cdf, | ||
const bool | make_symmetric, | ||
vector< float > & | inv_cdf | ||
) |
Definition at line 12 of file math_cdf.cpp.
References float(), from, t, x, and y.
Referenced by util_cdf_inverted().
void util_cdf_inverted | ( | const int | resolution, |
const float | from, | ||
const float | to, | ||
Functor | functor, | ||
const bool | make_symmetric, | ||
vector< float > & | inv_cdf | ||
) |
Definition at line 44 of file math_cdf.h.
References from, util_cdf_evaluate(), and util_cdf_invert().
Referenced by filter_table().