![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "system/openmp.h"#include "iop/highlights/common.h"#include "system/target_clones.h"#include "iop/highlights/inpaint.h"#include "iop/highlights/lch.h"
Include dependency graph for inpaint.c:Go to the source code of this file.
Functions | |
| __DT_CLONE_TARGETS__ void | process_inpaint_bayer (const void *const ivoid, void *const ovoid, const dt_iop_roi_t *const roi_out, const float clips[4], const uint32_t filters) |
| __DT_CLONE_TARGETS__ void | process_inpaint_xtrans (const void *const ivoid, void *const ovoid, const dt_iop_roi_t *const roi_in, const dt_iop_roi_t *const roi_out, const float clips[4], const uint8_t(*const xtrans)[6]) |
| __DT_CLONE_TARGETS__ void process_inpaint_bayer | ( | const void *const | ivoid, |
| void *const | ovoid, | ||
| const dt_iop_roi_t *const | roi_out, | ||
| const float | clips[4], | ||
| const uint32_t | filters | ||
| ) |
Definition at line 64 of file inpaint.c.
References __OMP_PARALLEL_FOR__, dt_iop_roi_t::height, i, interpolate_color(), L, ovoid, and dt_iop_roi_t::width.
Referenced by process().
| __DT_CLONE_TARGETS__ void process_inpaint_xtrans | ( | const void *const | ivoid, |
| void *const | ovoid, | ||
| const dt_iop_roi_t *const | roi_in, | ||
| const dt_iop_roi_t *const | roi_out, | ||
| const float | clips[4], | ||
| const uint8_t(*) | xtrans[6] | ||
| ) |
Definition at line 85 of file inpaint.c.
References __OMP_PARALLEL_FOR__, dt_iop_roi_t::height, i, interpolate_color_xtrans(), L, ovoid, and dt_iop_roi_t::width.
Referenced by process().