![]() |
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/dome.h"#include "iop/highlights/pde.h"#include <math.h>#include <string.h>
Include dependency graph for dome.c:Go to the source code of this file.
Functions | |
| __DT_CLONE_TARGETS__ void | _biharmonic_dome (float *const restrict field, const uint8_t *const restrict hole, const int region_w, const int region_h, const int forced_downsample, const dt_dev_pixelpipe_t *pipe) |
| __DT_CLONE_TARGETS__ void _biharmonic_dome | ( | float *const restrict | field, |
| const uint8_t *const restrict | hole, | ||
| const int | region_w, | ||
| const int | region_h, | ||
| const int | forced_downsample, | ||
| const dt_dev_pixelpipe_t * | pipe | ||
| ) |
Definition at line 33 of file dome.c.
References __OMP_PARALLEL_FOR__, _sp_chol_factor(), _sp_chol_free(), _sp_chol_solve(), _sp_nd_order(), double(), DT_HL_DOME_NMAX, DT_HL_DOME_NMAX_SPARSE, dt_pixelpipe_cache_alloc_align, dt_pixelpipe_cache_alloc_align_float, dt_pixelpipe_cache_free_align, factor, i, k, matrix, MAX, MIN, permutation, solve_hermitian(), TRUE, value, and x.
Referenced by _joint_core(), _joint_core_stage_cl_selftest(), _selfdome(), and _selfdome_stage_cl_selftest().