Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_hl_region_ctx_t Struct Reference

#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_tregion
 
const dt_dev_pixelpipe_tpipe
 
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
 

Detailed Description

Definition at line 292 of file src/iop/highlights/common.h.

Field Documentation

◆ blur_in

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().

◆ cg_dir

float * _hl_region_ctx_t::cg_dir

Definition at line 316 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ cg_operator

float * _hl_region_ctx_t::cg_operator

Definition at line 316 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ cg_residual

float* _hl_region_ctx_t::cg_residual

Definition at line 316 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ cg_tmp1

float * _hl_region_ctx_t::cg_tmp1

Definition at line 316 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ cg_tmp2

float * _hl_region_ctx_t::cg_tmp2

Definition at line 316 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ clip0

float * _hl_region_ctx_t::clip0

◆ clip_depth

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().

◆ depth

const float* _hl_region_ctx_t::depth

Definition at line 297 of file src/iop/highlights/common.h.

Referenced by _region_gather().

◆ dome_lum

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().

◆ epsilon

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().

◆ estimate

float* _hl_region_ctx_t::estimate

◆ extent

int _hl_region_ctx_t::extent

Definition at line 304 of file src/iop/highlights/common.h.

◆ fill_planes

float * _hl_region_ctx_t::fill_planes

Definition at line 315 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ flat_target

float * _hl_region_ctx_t::flat_target

◆ guide_score

float * _hl_region_ctx_t::guide_score

Definition at line 312 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ hole

uint8_t* _hl_region_ctx_t::hole

◆ interp

float* _hl_region_ctx_t::interp

◆ lum_accum

float * _hl_region_ctx_t::lum_accum

◆ mask

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().

◆ max_cg_iter

int _hl_region_ctx_t::max_cg_iter

Definition at line 306 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ noise_level

float _hl_region_ctx_t::noise_level

Definition at line 308 of file src/iop/highlights/common.h.

Referenced by _region_composite().

◆ pipe

const dt_dev_pixelpipe_t* _hl_region_ctx_t::pipe

◆ plane1

float* _hl_region_ctx_t::plane1

◆ plane2

float * _hl_region_ctx_t::plane2

Definition at line 311 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ plane3

float * _hl_region_ctx_t::plane3

Definition at line 311 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ prev_scale

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().

◆ reaction_weight

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().

◆ region

const _hl_region_t* _hl_region_ctx_t::region

◆ region_h

int _hl_region_ctx_t::region_h

◆ region_pixels

size_t _hl_region_ctx_t::region_pixels

◆ region_w

int _hl_region_ctx_t::region_w

◆ solid_color

float _hl_region_ctx_t::solid_color

Definition at line 307 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ solver_field

float* _hl_region_ctx_t::solver_field

◆ valid

float * _hl_region_ctx_t::valid

◆ valid_variance

float* _hl_region_ctx_t::valid_variance

Definition at line 312 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct(), and _selfdome().

◆ width

int _hl_region_ctx_t::width

Definition at line 298 of file src/iop/highlights/common.h.

Referenced by _region_composite(), and _region_gather().


The documentation for this struct was generated from the following file: