![]() |
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 | |
| static __DT_CLONE_TARGETS__ int | vng_interpolate (float *out, const float *const in, const dt_iop_roi_t *const roi_out, const dt_iop_roi_t *const roi_in, const uint32_t filters, const uint8_t(*const xtrans)[6], const int only_vng_linear) |
| static int | process_vng_cl (struct dt_iop_module_t *self, const dt_dev_pixelpipe_t *pipe, const dt_dev_pixelpipe_iop_t *piece, cl_mem dev_in, cl_mem dev_out, const dt_iop_roi_t *const roi_in, const dt_iop_roi_t *const roi_out, const gboolean smooth, const int only_vng_linear) |
|
static |
References dt_iop_demosaic_data_t::color_smoothing, color_smoothing_cl(), colors, dt_dev_pixelpipe_iop_t::data, dt_dev_pixelpipe_t::devid, dt_dev_pixelpipe_iop_t::dsc_in, DT_DEBUG_OPENCL, dt_free, DT_IOP_GREEN_EQ_NO, dt_opencl_alloc_device(), dt_opencl_copy_host_to_device_constant(), dt_opencl_enqueue_copy_image(), dt_opencl_enqueue_kernel_2d(), dt_opencl_enqueue_kernel_2d_with_local(), dt_opencl_local_buffer_opt(), dt_opencl_release_mem_object(), dt_opencl_set_kernel_arg(), dt_print(), error(), f, FALSE, fcol(), dt_iop_buffer_dsc_t::filters, g, dt_iop_module_t::global_data, dt_iop_demosaic_data_t::green_eq, green_equilibration_cl(), height, dt_iop_roi_t::height, IS_NULL_PTR, dt_iop_demosaic_global_data_t::kernel_vng_border_interpolate, dt_iop_demosaic_global_data_t::kernel_vng_green_equilibrate, dt_iop_demosaic_global_data_t::kernel_vng_interpolate, dt_iop_demosaic_global_data_t::kernel_vng_lin_interpolate, lookup(), dt_iop_buffer_dsc_t::processed_maximum, ROUNDUP, ROUNDUPDHT, ROUNDUPDWD, row, size, dt_opencl_local_buffer_t::sizex, dt_opencl_local_buffer_t::sizey, t, TRUE, weight(), width, dt_iop_roi_t::width, x, dt_iop_roi_t::x, dt_opencl_local_buffer_t::xoffset, dt_iop_buffer_dsc_t::xtrans, and dt_iop_roi_t::y.
Referenced by process_cl(), and process_markesteijn_cl().
|
static |
References __OMP_PARALLEL_FOR__, colors, dt_pixelpipe_cache_alloc_align_cache, dt_pixelpipe_cache_free_align, fcol(), FILTERS_ARE_4BAYER, g, height, dt_iop_roi_t::height, i, IS_NULL_PTR, lin_interpolate(), out, row, t, weight(), width, dt_iop_roi_t::width, x, dt_iop_roi_t::x, and dt_iop_roi_t::y.
Referenced by dual_demosaic(), and process().