![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <dwt.h>
Collaboration diagram for dwt_params_t:Data Fields | |
| float * | image |
| int | ch |
| int | width |
| int | height |
| int | scales |
| int | return_layer |
| int | merge_from_scale |
| void * | user_data |
| float | preview_scale |
| int | use_sse |
| int dwt_params_t::ch |
Referenced by rt_process_forms().
| int dwt_params_t::height |
| float* dwt_params_t::image |
| int dwt_params_t::merge_from_scale |
Referenced by rt_process_forms().
| float dwt_params_t::preview_scale |
| int dwt_params_t::return_layer |
Referenced by process_internal(), and rt_process_forms().
| int dwt_params_t::scales |
Referenced by process_internal(), and rt_process_forms().
| int dwt_params_t::use_sse |
Referenced by rt_process_forms().
| void* dwt_params_t::user_data |
Referenced by rt_process_forms().
| int dwt_params_t::width |