Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
rawoverexposed.c File Reference
#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>
+ Include dependency graph for rawoverexposed.c:

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
 

Functions

static const float dt_iop_rawoverexposed_colors[][4] __attribute__ ((aligned(64)))
 
const char * name ()
 
int default_group ()
 
int flags ()
 
int default_colorspace (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
static void process_common_setup (dt_iop_module_t *self, dt_dev_pixelpipe_iop_t *piece)
 
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)
 
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)
 
void commit_params (dt_iop_module_t *self, dt_iop_params_t *p1, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
void init_global (dt_iop_module_so_t *module)
 
void cleanup_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)
 
void cleanup_pipe (dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
 
void init (dt_iop_module_t *module)
 

Typedef Documentation

◆ dt_iop_rawoverexposed_data_t

◆ dt_iop_rawoverexposed_global_data_t

◆ dt_iop_rawoverexposed_t

Function Documentation

◆ __attribute__()

static const float dt_iop_rawoverexposed_colors[][4] __attribute__ ( (aligned(64))  )
static

◆ cleanup_global()

◆ cleanup_pipe()

void cleanup_pipe ( dt_iop_module_t self,
dt_dev_pixelpipe_t pipe,
dt_dev_pixelpipe_iop_t piece 
)

◆ commit_params()

◆ default_colorspace()

int default_colorspace ( dt_iop_module_t self,
dt_dev_pixelpipe_t pipe,
dt_dev_pixelpipe_iop_t piece 
)

References IOP_CS_RGB.

◆ default_group()

int default_group ( )

References IOP_GROUP_TECHNICAL.

◆ flags()

◆ init()

void init ( dt_iop_module_t module)

References dt_iop_set_cache_bypass(), and TRUE.

◆ init_global()

◆ init_pipe()

◆ name()

const char * name ( )

◆ process()

◆ process_common_setup()

◆ tiling_callback()