![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/imagebuf.h"#include "common/interpolation.h"#include "common/opencl.h"#include "develop/blend.h"#include "develop/develop.h"#include "develop/imageop.h"#include "develop/masks.h"#include "develop/pixelpipe.h"#include "iop/iop_api.h"#include <glib/gi18n.h>
Include dependency graph for detailmask.c:Data Structures | |
| struct | dt_iop_detailmask_params_t |
Typedefs | |
| typedef struct dt_iop_detailmask_params_t | dt_iop_detailmask_params_t |
| typedef struct dt_iop_detailmask_params_t | dt_iop_detailmask_data_t |
| typedef struct dt_iop_detailmask_params_t dt_iop_detailmask_data_t |
| typedef struct dt_iop_detailmask_params_t dt_iop_detailmask_params_t |
| void cleanup_pipe | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References dt_dev_pixelpipe_iop_t::data, and dt_free_align.
| void commit_params | ( | dt_iop_module_t * | self, |
| dt_iop_params_t * | params, | ||
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References dt_dev_pixelpipe_iop_t::data, and dt_dev_pixelpipe_iop_t::process_tiling_ready.
| int default_colorspace | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| const dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References IOP_CS_RGB.
| int default_group | ( | ) |
References IOP_GROUP_TECHNICAL.
| void distort_mask | ( | struct dt_iop_module_t * | self, |
| const struct dt_dev_pixelpipe_t * | pipe, | ||
| struct dt_dev_pixelpipe_iop_t * | piece, | ||
| const float *const | in, | ||
| float *const | out, | ||
| const dt_iop_roi_t *const | roi_in, | ||
| const dt_iop_roi_t *const | roi_out | ||
| ) |
| int flags | ( | ) |
References IOP_FLAGS_HIDDEN, IOP_FLAGS_NO_HISTORY_STACK, and IOP_FLAGS_ONE_INSTANCE.
| void init | ( | dt_iop_module_t * | module | ) |
References dt_iop_default_init().
| void init_pipe | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
| void input_format | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece, | ||
| dt_iop_buffer_dsc_t * | dsc | ||
| ) |
| const char * name | ( | ) |
| void output_format | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece, | ||
| dt_iop_buffer_dsc_t * | dsc | ||
| ) |
| int process | ( | struct dt_iop_module_t * | self, |
| const dt_dev_pixelpipe_t * | pipe, | ||
| const dt_dev_pixelpipe_iop_t * | piece, | ||
| const void *const | ivoid, | ||
| void *const | ovoid | ||
| ) |
References dt_iop_buffer_dsc_t::coeffs, darktable, dt_dev_pixelpipe_iop_t::dsc_in, DT_DEBUG_MASKS, dt_dev_clear_rawdetail_mask(), dt_dev_pixelpipe_cache_get(), dt_dev_pixelpipe_cache_remove(), dt_dev_pixelpipe_cache_wrlock_entry(), dt_dev_pixelpipe_rawdetail_mask_hash(), dt_iop_image_copy_by_size(), dt_masks_calc_rawdetail_mask(), dt_pixelpipe_cache_alloc_align_float_cache, dt_pixelpipe_cache_free_align, dt_print(), dt_iop_buffer_dsc_t::enabled, error(), FALSE, height, dt_iop_roi_t::height, IS_NULL_PTR, ovoid, darktable_t::pixelpipe_cache, dt_dev_pixelpipe_t::rawdetail_mask_hash, dt_dev_pixelpipe_t::rawdetail_mask_roi, dt_dev_pixelpipe_iop_t::roi_out, dt_iop_buffer_dsc_t::temperature, TRUE, dt_dev_pixelpipe_t::type, width, and dt_iop_roi_t::width.
| int process_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 | ||
| ) |
References dt_opencl_t::blendop, dt_iop_buffer_dsc_t::coeffs, darktable, dt_dev_pixelpipe_t::devid, dt_dev_pixelpipe_iop_t::dsc_in, DT_DEBUG_MASKS, dt_dev_clear_rawdetail_mask(), dt_dev_pixelpipe_cache_get(), dt_dev_pixelpipe_cache_remove(), dt_dev_pixelpipe_cache_wrlock_entry(), dt_dev_pixelpipe_rawdetail_mask_hash(), dt_opencl_alloc_device_buffer(), dt_opencl_enqueue_copy_image(), dt_opencl_enqueue_kernel_2d(), dt_opencl_read_buffer_from_device(), dt_opencl_release_mem_object(), dt_opencl_set_kernel_arg(), dt_print(), dt_iop_buffer_dsc_t::enabled, error(), FALSE, height, dt_iop_roi_t::height, IS_NULL_PTR, kernel(), dt_blendop_cl_global_t::kernel_calc_scharr_mask, dt_blendop_cl_global_t::kernel_calc_Y0_mask, darktable_t::opencl, darktable_t::pixelpipe_cache, dt_dev_pixelpipe_t::rawdetail_mask_hash, dt_dev_pixelpipe_t::rawdetail_mask_roi, dt_dev_pixelpipe_iop_t::roi_out, ROUNDUPDHT, ROUNDUPDWD, dt_iop_buffer_dsc_t::temperature, TRUE, dt_dev_pixelpipe_t::type, width, and dt_iop_roi_t::width.