![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <common.h>
Collaboration diagram for _hl_region_ctx_t:Data Fields | |
| float * | interp |
| const float * | mask |
| const float * | depth |
| int | width |
| const _hl_region_t * | region |
| const dt_dev_pixelpipe_t * | pipe |
| int | region_w |
| int | region_h |
| size_t | region_pixels |
| int | extent |
| float | epsilon |
| int | max_cg_iter |
| float | solid_color |
| float | noise_level |
| float * | estimate |
| float * | prev_scale |
| float * | valid |
| float * | blur_in |
| float * | plane1 |
| float * | plane2 |
| float * | plane3 |
| float * | valid_variance |
| float * | guide_score |
| float * | clip_depth |
| float * | clip0 |
| uint8_t * | hole |
| float * | solver_field |
| float * | fill_planes |
| float * | dome_lum |
| float * | lum_accum |
| float * | reaction_weight |
| float * | flat_target |
| float * | cg_residual |
| float * | cg_dir |
| float * | cg_operator |
| float * | cg_tmp1 |
| float * | cg_tmp2 |
Definition at line 292 of file src/iop/highlights/common.h.
| float * _hl_region_ctx_t::blur_in |
Definition at line 310 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), and _cf_reconstruct().
| float * _hl_region_ctx_t::cg_dir |
Definition at line 316 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float * _hl_region_ctx_t::cg_operator |
Definition at line 316 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float* _hl_region_ctx_t::cg_residual |
Definition at line 316 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float * _hl_region_ctx_t::cg_tmp1 |
Definition at line 316 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float * _hl_region_ctx_t::cg_tmp2 |
Definition at line 316 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float * _hl_region_ctx_t::clip0 |
Definition at line 312 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_gather(), and _selfdome().
| float * _hl_region_ctx_t::clip_depth |
Definition at line 312 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct(), and _region_gather().
| const float* _hl_region_ctx_t::depth |
Definition at line 297 of file src/iop/highlights/common.h.
Referenced by _region_gather().
| float * _hl_region_ctx_t::dome_lum |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct(), _joint_core(), and _selfdome().
| float _hl_region_ctx_t::epsilon |
Definition at line 305 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _joint_core(), and _selfdome().
| float* _hl_region_ctx_t::estimate |
Definition at line 310 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), and _selfdome().
| int _hl_region_ctx_t::extent |
Definition at line 304 of file src/iop/highlights/common.h.
| float * _hl_region_ctx_t::fill_planes |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct().
| float * _hl_region_ctx_t::flat_target |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| float * _hl_region_ctx_t::guide_score |
Definition at line 312 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct().
| uint8_t* _hl_region_ctx_t::hole |
Definition at line 314 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| float* _hl_region_ctx_t::interp |
Definition at line 295 of file src/iop/highlights/common.h.
Referenced by _region_composite(), _region_gather(), and _region_guided_filter().
| float * _hl_region_ctx_t::lum_accum |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| const float* _hl_region_ctx_t::mask |
Definition at line 296 of file src/iop/highlights/common.h.
Referenced by _region_composite(), and _region_gather().
| int _hl_region_ctx_t::max_cg_iter |
Definition at line 306 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float _hl_region_ctx_t::noise_level |
Definition at line 308 of file src/iop/highlights/common.h.
Referenced by _region_composite().
| const dt_dev_pixelpipe_t* _hl_region_ctx_t::pipe |
Definition at line 301 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| float* _hl_region_ctx_t::plane1 |
Definition at line 311 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| float * _hl_region_ctx_t::plane2 |
Definition at line 311 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct().
| float * _hl_region_ctx_t::plane3 |
Definition at line 311 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct().
| float * _hl_region_ctx_t::prev_scale |
Definition at line 310 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), and _cf_reconstruct().
| float * _hl_region_ctx_t::reaction_weight |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), and _joint_core().
| const _hl_region_t* _hl_region_ctx_t::region |
Definition at line 300 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), and _selfdome().
| int _hl_region_ctx_t::region_h |
Definition at line 302 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), and _selfdome().
| size_t _hl_region_ctx_t::region_pixels |
Definition at line 303 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_gather(), and _selfdome().
| int _hl_region_ctx_t::region_w |
Definition at line 302 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), and _selfdome().
| float _hl_region_ctx_t::solid_color |
Definition at line 307 of file src/iop/highlights/common.h.
Referenced by _joint_core().
| float* _hl_region_ctx_t::solver_field |
Definition at line 315 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), and _selfdome().
| float * _hl_region_ctx_t::valid |
Definition at line 310 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), and _selfdome().
| float* _hl_region_ctx_t::valid_variance |
Definition at line 312 of file src/iop/highlights/common.h.
Referenced by _cf_reconstruct(), and _selfdome().
| int _hl_region_ctx_t::width |
Definition at line 298 of file src/iop/highlights/common.h.
Referenced by _region_composite(), and _region_gather().