![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "bauhaus/bauhaus.h"#include "common/colorspaces.h"#include "common/darktable.h"#include "common/math.h"#include "control/control.h"#include "develop/develop.h"#include "develop/imageop.h"#include "dtgtk/resetlabel.h"#include "gui/gtk.h"#include "iop/iop_api.h"#include <assert.h>#include <gtk/gtk.h>#include <inttypes.h>#include <stdlib.h>#include <string.h>
Include dependency graph for clahe.c:Data Structures | |
| struct | dt_iop_rlce_params_t |
| struct | dt_iop_rlce_gui_data_t |
| struct | dt_iop_rlce_data_t |
Macros | |
| #define | ROUND_POSISTIVE(f) ((unsigned int)((f)+0.5)) |
| #define | BINS (256) |
Typedefs | |
| typedef struct dt_iop_rlce_params_t | dt_iop_rlce_params_t |
| typedef struct dt_iop_rlce_gui_data_t | dt_iop_rlce_gui_data_t |
| typedef struct dt_iop_rlce_data_t | dt_iop_rlce_data_t |
| #define BINS (256) |
| typedef struct dt_iop_rlce_data_t dt_iop_rlce_data_t |
| typedef struct dt_iop_rlce_gui_data_t dt_iop_rlce_gui_data_t |
| typedef struct dt_iop_rlce_params_t dt_iop_rlce_params_t |
| void cleanup | ( | dt_iop_module_t * | module | ) |
References dt_iop_module_t::default_params, dt_free, and dt_iop_module_t::params.
| 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 * | p1, | ||
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References d, dt_dev_pixelpipe_iop_t::data, and p.
| 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_TONES.
| const char * deprecated_msg | ( | ) |
| int flags | ( | ) |
References IOP_FLAGS_DEPRECATED, and IOP_FLAGS_INCLUDE_IN_STYLES.
| void gui_init | ( | struct dt_iop_module_t * | self | ) |
| void gui_update | ( | struct dt_iop_module_t * | self | ) |
References dt_bauhaus_slider_set(), g, dt_iop_module_t::gui_data, p, and dt_iop_module_t::params.
| void init | ( | dt_iop_module_t * | module | ) |
References dt_iop_module_t::default_params.
| 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().
| 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 b, BINS, dt_iop_buffer_dsc_t::channels, CLIP, d, dt_dev_pixelpipe_iop_t::data, dt_dev_pixelpipe_iop_t::dsc_in, dt_free, dt_get_perthread, dt_pixelpipe_cache_alloc_perthread_float, dt_pixelpipe_cache_free_align, h, H, dt_iop_roi_t::height, hsl2rgb(), i, L, m, n, out, r, dt_iop_rlce_data_t::radius, rgb2hsl(), dt_dev_pixelpipe_iop_t::roi_in, dt_dev_pixelpipe_iop_t::roi_out, ROUND_POSISTIVE, S, dt_iop_roi_t::scale, dt_iop_rlce_data_t::slope, v, width, and dt_iop_roi_t::width.
References darktable, darktable_t::develop, dt_bauhaus_slider_get(), dt_dev_add_history_item, darktable_t::gui, p, dt_iop_module_t::params, dt_gui_gtk_t::reset, and TRUE.
Referenced by gui_init().
References darktable, darktable_t::develop, dt_bauhaus_slider_get(), dt_dev_add_history_item, darktable_t::gui, p, dt_iop_module_t::params, dt_gui_gtk_t::reset, and TRUE.
Referenced by gui_init().