![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"
#include "common/image.h"
#include "common/imagebuf.h"
#include "common/mipmap_cache.h"
#include "common/opencl.h"
#include "control/control.h"
#include "develop/develop.h"
#include "develop/imageop.h"
#include "develop/imageop_math.h"
#include "develop/pixelpipe.h"
#include "develop/tiling.h"
#include "iop/iop_api.h"
#include <glib/gi18n.h>
#include <gtk/gtktypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
Data Structures | |
struct | dt_iop_rawoverexposed_t |
struct | dt_iop_rawoverexposed_data_t |
struct | dt_iop_rawoverexposed_global_data_t |
Typedefs | |
typedef struct dt_iop_rawoverexposed_t | dt_iop_rawoverexposed_t |
typedef struct dt_iop_rawoverexposed_data_t | dt_iop_rawoverexposed_data_t |
typedef struct dt_iop_rawoverexposed_global_data_t | dt_iop_rawoverexposed_global_data_t |
typedef struct dt_iop_rawoverexposed_data_t dt_iop_rawoverexposed_data_t |
typedef struct dt_iop_rawoverexposed_t dt_iop_rawoverexposed_t |
|
static |
void cleanup_global | ( | dt_iop_module_so_t * | module | ) |
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.
void commit_params | ( | dt_iop_module_t * | self, |
dt_iop_params_t * | p1, | ||
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References dt_image_t::buf_dsc, dt_iop_buffer_dsc_t::datatype, dt_iop_module_t::dev, DT_DEV_PIXELPIPE_FULL, DT_IMAGE_4BAYER, dt_develop_t::enabled, dt_dev_pixelpipe_iop_t::enabled, dt_iop_buffer_dsc_t::filters, dt_image_t::flags, dt_develop_t::gui_attached, dt_develop_t::image_storage, dt_develop_t::rawoverexposed, dt_dev_pixelpipe_t::type, and TYPE_UINT16.
int default_colorspace | ( | dt_iop_module_t * | self, |
dt_dev_pixelpipe_t * | pipe, | ||
dt_dev_pixelpipe_iop_t * | piece | ||
) |
References IOP_CS_RGB.
int default_group | ( | ) |
References IOP_GROUP_TECHNICAL.
int flags | ( | ) |
References IOP_FLAGS_ALLOW_TILING, IOP_FLAGS_HIDDEN, IOP_FLAGS_NO_HISTORY_STACK, and IOP_FLAGS_ONE_INSTANCE.
void init | ( | dt_iop_module_t * | module | ) |
References dt_iop_set_cache_bypass(), and TRUE.
void init_global | ( | dt_iop_module_so_t * | module | ) |
void init_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_dev_pixelpipe_iop_t::data_size.
const char * name | ( | ) |
void process | ( | 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 | ||
) |
References dt_mipmap_buffer_t::buf, dt_image_t::buf_dsc, dt_dev_pixelpipe_iop_t::colors, dt_develop_t::colorscheme, darktable, dt_dev_pixelpipe_iop_t::data, dt_iop_module_t::dev, dt_alloc_perthread_float(), dt_control_log(), dt_dev_distort_backtransform_plus(), DT_DEV_PIXELPIPE_DISPLAY_MASK, DT_DEV_RAWOVEREXPOSED_MODE_FALSECOLOR, DT_DEV_RAWOVEREXPOSED_MODE_MARK_CFA, DT_DEV_RAWOVEREXPOSED_MODE_MARK_SOLID, DT_DEV_TRANSFORM_DIR_BACK_INCL, dt_free_align, dt_get_perthread, dt_iop_alpha_copy(), dt_iop_image_copy_by_size(), DT_IS_ALIGNED, DT_MIPMAP_BLOCKING, dt_mipmap_cache_get, dt_mipmap_cache_release, DT_MIPMAP_FULL, FC(), FCxtrans(), dt_image_t::filename, dt_iop_buffer_dsc_t::filters, dt_mipmap_buffer_t::height, dt_iop_roi_t::height, dt_image_t::id, dt_develop_t::image_storage, dt_iop_module_t::iop_order, darktable_t::mipmap_cache, dt_develop_t::mode, dt_develop_t::pipe, dt_dev_pixelpipe_iop_t::pipe, process_common_setup(), dt_develop_t::rawoverexposed, dt_iop_roi_t::scale, dt_mipmap_buffer_t::width, dt_iop_roi_t::width, dt_iop_roi_t::x, dt_iop_buffer_dsc_t::xtrans, and dt_iop_roi_t::y.
|
static |
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 dt_mipmap_buffer_t::buf, darktable, dt_iop_module_t::dev, DT_MIPMAP_BLOCKING, dt_mipmap_cache_get, dt_mipmap_cache_release, DT_MIPMAP_FULL, dt_mipmap_buffer_t::height, dt_image_t::id, dt_develop_t::image_storage, darktable_t::mipmap_cache, and dt_mipmap_buffer_t::width.