![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "bauhaus/bauhaus.h"#include "common/box_filters.h"#include "common/math.h"#include "common/opencl.h"#include "control/control.h"#include "develop/develop.h"#include "develop/imageop.h"#include "develop/imageop_gui.h"#include "develop/tiling.h"#include "gui/gtk.h"#include "iop/iop_api.h"#include <gtk/gtk.h>#include <inttypes.h>
Include dependency graph for highpass.c:Data Structures | |
| struct | dt_iop_highpass_params_t |
| struct | dt_iop_highpass_gui_data_t |
| struct | dt_iop_highpass_data_t |
| struct | dt_iop_highpass_global_data_t |
Macros | |
| #define | MAX_RADIUS 16 |
Typedefs | |
| typedef struct dt_iop_highpass_params_t | dt_iop_highpass_params_t |
| typedef struct dt_iop_highpass_gui_data_t | dt_iop_highpass_gui_data_t |
| typedef struct dt_iop_highpass_data_t | dt_iop_highpass_data_t |
| typedef struct dt_iop_highpass_global_data_t | dt_iop_highpass_global_data_t |
| #define MAX_RADIUS 16 |
| typedef struct dt_iop_highpass_data_t dt_iop_highpass_data_t |
| typedef struct dt_iop_highpass_global_data_t dt_iop_highpass_global_data_t |
| typedef struct dt_iop_highpass_gui_data_t dt_iop_highpass_gui_data_t |
| typedef struct dt_iop_highpass_params_t dt_iop_highpass_params_t |
| void cleanup_global | ( | dt_iop_module_so_t * | module | ) |
| 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.
| 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 | ||
| ) |
| int default_colorspace | ( | dt_iop_module_t * | self, |
| dt_dev_pixelpipe_t * | pipe, | ||
| dt_dev_pixelpipe_iop_t * | piece | ||
| ) |
References IOP_CS_LAB.
| int default_group | ( | ) |
References IOP_GROUP_EFFECTS.
| const char ** description | ( | struct dt_iop_module_t * | self | ) |
References dt_iop_set_description().
| int flags | ( | ) |
| void gui_init | ( | struct dt_iop_module_t * | self | ) |
References dt_bauhaus_slider_from_params(), dt_bauhaus_slider_set_format(), and IOP_GUI_ALLOC.
| void init_global | ( | dt_iop_module_so_t * | module | ) |
| 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, and dt_dev_pixelpipe_iop_t::data_size.
| const char * name | ( | ) |
| void process | ( | struct dt_iop_module_t * | self, |
| dt_dev_pixelpipe_iop_t * | piece, | ||
| const void *const | ivoid, | ||
| void *const | ovoid, | ||
| const dt_iop_roi_t *const | roi_in, | ||
| const dt_iop_roi_t *const | roi_out | ||
| ) |
| void tiling_callback | ( | struct dt_iop_module_t * | self, |
| struct dt_dev_pixelpipe_iop_t * | piece, | ||
| const dt_iop_roi_t * | roi_in, | ||
| const dt_iop_roi_t * | roi_out, | ||
| struct dt_develop_tiling_t * | tiling | ||
| ) |
References BOX_ITERATIONS, dt_dev_pixelpipe_iop_t::data, MAX_RADIUS, MIN, dt_iop_roi_t::scale, and dt_iop_highpass_data_t::sharpness.