![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| 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) |
| 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]) |
| 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().
| 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().