![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "develop/imageop.h"
Go to the source code of this file.
Data Structures | |
struct | local_laplacian_boundary_t |
Typedefs | |
typedef struct local_laplacian_boundary_t | local_laplacian_boundary_t |
Functions | |
void | local_laplacian_internal (const float *const input, float *const out, const int wd, const int ht, const float sigma, const float shadows, const float highlights, const float clarity, const int use_sse2, local_laplacian_boundary_t *b) |
void | local_laplacian (const float *const input, float *const out, const int wd, const int ht, const float sigma, const float shadows, const float highlights, const float clarity, local_laplacian_boundary_t *b) |
size_t | local_laplacian_memory_use (const int width, const int height) |
size_t | local_laplacian_singlebuffer_size (const int width, const int height) |
typedef struct local_laplacian_boundary_t local_laplacian_boundary_t |
void local_laplacian | ( | const float *const | input, |
float *const | out, | ||
const int | wd, | ||
const int | ht, | ||
const float | sigma, | ||
const float | shadows, | ||
const float | highlights, | ||
const float | clarity, | ||
local_laplacian_boundary_t * | b | ||
) |
References local_laplacian_internal().
Referenced by process().
void local_laplacian_internal | ( | const float *const | input, |
float *const | out, | ||
const int | wd, | ||
const int | ht, | ||
const float | sigma, | ||
const float | shadows, | ||
const float | highlights, | ||
const float | clarity, | ||
const int | use_sse2, | ||
local_laplacian_boundary_t * | b | ||
) |
References apply_curve(), c1, CLAMPS, debug_dump_PFM, dl(), dt_alloc_align_float(), dt_free_align, error(), gauss_expand(), gauss_reduce(), ll_laplacian(), ll_pad_input(), max_levels, MIN, num_gamma, and weight().
Referenced by local_laplacian().
size_t local_laplacian_memory_use | ( | const int | width, |
const int | height | ||
) |
References dl(), height, max_levels, MIN, num_gamma, and width.
Referenced by tiling_callback().
size_t local_laplacian_singlebuffer_size | ( | const int | width, |
const int | height | ||
) |
References dl(), height, max_levels, MIN, and width.
Referenced by tiling_callback().