![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"#include "common/solvers/choleski.h"#include "control/control.h"#include "develop/imageop.h"#include "develop/imageop_math.h"#include "iop/highlights/blur.h"#include "iop/highlights/coefficient_field.h"#include "iop/highlights/core.h"#include "iop/highlights/dome.h"#include "iop/highlights/knee.h"#include "iop/highlights/pde.h"#include <math.h>#include <string.h>
Include dependency graph for core.c:Go to the source code of this file.
Functions | |
| __DT_CLONE_TARGETS__ void | _selfdome (_hl_region_ctx_t *const ctx) |
| __DT_CLONE_TARGETS__ void | _joint_core (_hl_region_ctx_t *const ctx) |
| __DT_CLONE_TARGETS__ void _joint_core | ( | _hl_region_ctx_t *const | ctx | ) |
Definition at line 151 of file core.c.
References __OMP_PARALLEL_FOR__, _biharmonic_dome(), _knee_blur(), _region_pde_solve(), _sp_chol_free(), _sp_pde_factor(), _sp_pde_solve(), _hl_region_ctx_t::cg_dir, _hl_region_ctx_t::cg_operator, _hl_region_ctx_t::cg_residual, _hl_region_ctx_t::cg_tmp1, _hl_region_ctx_t::cg_tmp2, _hl_region_ctx_t::clip0, _hl_region_ctx_t::dome_lum, double(), dt_pixelpipe_cache_alloc_align, dt_pixelpipe_cache_free_align, _hl_region_ctx_t::epsilon, _hl_region_ctx_t::estimate, _hl_region_ctx_t::flat_target, _hl_region_ctx_t::hole, i, _hl_region_ctx_t::lum_accum, _hl_region_ctx_t::max_cg_iter, _hl_region_ctx_t::pipe, _hl_region_ctx_t::plane1, _hl_region_t::radius, _hl_region_ctx_t::reaction_weight, _hl_region_ctx_t::region, _hl_region_ctx_t::region_h, _hl_region_ctx_t::region_pixels, _hl_region_ctx_t::region_w, _hl_region_ctx_t::solid_color, _hl_region_ctx_t::solver_field, and _hl_region_ctx_t::valid.
Referenced by _region_guided_filter().
| __DT_CLONE_TARGETS__ void _selfdome | ( | _hl_region_ctx_t *const | ctx | ) |
Definition at line 37 of file core.c.
References __OMP_PARALLEL_FOR__, _biharmonic_dome(), _cf_harmonic_fill(), _hl_region_ctx_t::clip0, _hl_region_ctx_t::dome_lum, DT_HL_DOME_NMAX_SPARSE, _hl_region_ctx_t::epsilon, _hl_region_ctx_t::estimate, _hl_region_ctx_t::flat_target, HL_PFOR, _hl_region_ctx_t::hole, i, _hl_region_ctx_t::lum_accum, MAX, _hl_region_ctx_t::pipe, _hl_region_ctx_t::plane1, _hl_region_t::radius, _hl_region_ctx_t::region, _hl_region_ctx_t::region_h, _hl_region_ctx_t::region_pixels, _hl_region_ctx_t::region_w, _hl_region_ctx_t::solver_field, _hl_region_ctx_t::valid, and _hl_region_ctx_t::valid_variance.
Referenced by _region_guided_filter().