![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <interpolation.h>
Data Fields | |
enum dt_interpolation_type | id |
const char * | name |
size_t | width |
dt_interpolation_func | maketaps |
Interpolation structure
enum dt_interpolation_type dt_interpolation::id |
Id such as defined by the dt_interpolation_type
dt_interpolation_func dt_interpolation::maketaps |
Kernel function
Referenced by _compute_downsampling_kernel(), and _compute_upsampling_kernel().
const char* dt_interpolation::name |
internal name
size_t dt_interpolation::width |
Half width of its kernel support
Referenced by _aspect_ratio_get(), _compute_downsampling_kernel(), _compute_upsampling_kernel(), _prepare_resampling_plan(), _ratio_get_aspect(), dt_interpolation_compute_pixel4c(), dt_interpolation_compute_sample(), modify_roi_in(), modify_roi_in(), and modify_roi_out().