![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "bauhaus/bauhaus.h"#include "common/imagebuf.h"#include "control/control.h"#include "develop/imageop.h"#include "develop/imageop_math.h"#include "develop/imageop_gui.h"#include "develop/develop.h"#include "dtgtk/resetlabel.h"#include "gui/gtk.h"#include "iop/iop_api.h"#include <gtk/gtk.h>#include <stdlib.h>
Include dependency graph for hotpixels.c:Data Structures | |
| struct | dt_iop_hotpixels_params_t |
| struct | dt_iop_hotpixels_gui_data_t |
| struct | dt_iop_hotpixels_data_t |
Macros | |
| #define | TESTONE(OFFSET) |
Typedefs | |
| typedef struct dt_iop_hotpixels_params_t | dt_iop_hotpixels_params_t |
| typedef struct dt_iop_hotpixels_gui_data_t | dt_iop_hotpixels_gui_data_t |
| typedef struct dt_iop_hotpixels_data_t | dt_iop_hotpixels_data_t |
| #define TESTONE | ( | OFFSET | ) |
| typedef struct dt_iop_hotpixels_data_t dt_iop_hotpixels_data_t |
| typedef struct dt_iop_hotpixels_gui_data_t dt_iop_hotpixels_gui_data_t |
| typedef struct dt_iop_hotpixels_params_t dt_iop_hotpixels_params_t |
| void cleanup_pipe | ( | struct 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 | ( | struct dt_iop_module_t * | self, |
| dt_iop_params_t * | params, | ||
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
| int default_colorspace | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| const dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References IOP_CS_RAW.
| int default_group | ( | ) |
References IOP_GROUP_REPAIR.
| const char ** description | ( | struct dt_iop_module_t * | self | ) |
References dt_iop_set_description().
|
static |
References darktable, dt_free, FALSE, g, darktable_t::gui, dt_iop_module_t::gui_data, and dt_gui_gtk_t::reset.
Referenced by _draw_location(), _guides_add_guide(), _view_map_draw_location(), dt_focus_draw_clusters(), dt_focuspeaking(), dt_guides_add_guide(), gui_init(), and gui_init().
| int flags | ( | ) |
References IOP_FLAGS_ONE_INSTANCE, and IOP_FLAGS_SUPPORTS_BLENDING.
| void gui_init | ( | dt_iop_module_t * | self | ) |
| void gui_update | ( | dt_iop_module_t * | self | ) |
Refresh GUI controls from current params and configuration.
References dt_iop_module_t::dev, dt_image_is_monochrome(), dt_image_is_raw(), g, dt_iop_module_t::gui_data, dt_iop_module_t::hide_enable_button, dt_develop_t::image_storage, p, dt_iop_module_t::params, and dt_iop_module_t::widget.
| void init_pipe | ( | struct dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References dt_dev_pixelpipe_iop_t::data, dt_dev_pixelpipe_iop_t::data_size, and dt_calloc_align().
| 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 | ( | ) |
| 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_dev_pixelpipe_iop_t::data, dt_iop_module_t::dev, dt_dev_pixelpipe_iop_t::dsc_in, DT_DEV_PIXELPIPE_FULL, dt_iop_image_copy_by_size(), dt_iop_buffer_dsc_t::filters, g, dt_develop_t::gui_attached, dt_iop_module_t::gui_data, dt_iop_roi_t::height, process_bayer(), process_xtrans(), dt_dev_pixelpipe_iop_t::roi_out, dt_dev_pixelpipe_t::type, dt_iop_roi_t::width, and dt_iop_buffer_dsc_t::xtrans.
|
static |
References dt_iop_roi_t::height, i, dt_iop_hotpixels_data_t::markfixed, dt_iop_hotpixels_data_t::multiplier, out, dt_iop_hotpixels_data_t::permissive, row, TESTONE, threshold, dt_iop_hotpixels_data_t::threshold, width, and dt_iop_roi_t::width.
Referenced by process().
|
static |
References c, FCxtrans(), dt_iop_roi_t::height, i, dt_iop_hotpixels_data_t::markfixed, dt_iop_hotpixels_data_t::multiplier, n, offsets, out, dt_iop_hotpixels_data_t::permissive, row, threshold, dt_iop_hotpixels_data_t::threshold, width, and dt_iop_roi_t::width.
Referenced by process().
| void reload_defaults | ( | dt_iop_module_t * | module | ) |
References dt_image_is_monochrome(), and dt_image_is_raw().