![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for region.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | _region_guided_filter (float *const restrict interp, const float *const restrict mask, const float *const restrict depth, const int width, const _hl_region_t *const region, const dt_dev_pixelpipe_t *pipe, const float solid_color, const int max_iter, const float noise_level) |
| void _region_guided_filter | ( | float *const restrict | interp, |
| const float *const restrict | mask, | ||
| const float *const restrict | depth, | ||
| const int | width, | ||
| const _hl_region_t *const | region, | ||
| const dt_dev_pixelpipe_t * | pipe, | ||
| const float | solid_color, | ||
| const int | max_iter, | ||
| const float | noise_level | ||
| ) |
Definition at line 149 of file region.c.
References _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_composite(), _region_gather(), _selfdome(), dt_pixelpipe_cache_alloc_align, dt_pixelpipe_cache_alloc_align_float, dt_pixelpipe_cache_free_align, _hl_region_ctx_t::interp, MAX, _hl_region_t::rx0, _hl_region_t::rx1, _hl_region_t::ry0, _hl_region_t::ry1, void(), width, _hl_region_t::x0, _hl_region_t::x1, _hl_region_t::y0, and _hl_region_t::y1.
Referenced by _harmonic_reconstruct_host(), _region_guided_filter_cl_selftest(), process_harmonic_bayer(), and process_harmonic_xtrans().