![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for locallaplacian.h:
This graph shows which files directly or indirectly include this file: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 | |
| int | 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) |
| static int | 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 |
|
inlinestatic |
Definition at line 71 of file locallaplacian.h.
References local_laplacian_internal(), out, and sigma.
Referenced by process().
| int 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 | ||
| ) |
Definition at line 355 of file locallaplacian.c.
Referenced by local_laplacian().
| size_t local_laplacian_memory_use | ( | const int | width, |
| const int | height | ||
| ) |
Definition at line 586 of file locallaplacian.c.
Referenced by tiling_callback().
| size_t local_laplacian_singlebuffer_size | ( | const int | width, |
| const int | height | ||
| ) |
Definition at line 602 of file locallaplacian.c.
Referenced by tiling_callback().