Go to the source code of this file.
|
void | dt_histogram_helper_cs_RAW_uint16 (const dt_dev_histogram_collection_params_t *histogram_params, const void *pixel, uint32_t *histogram, int j, const dt_iop_order_iccprofile_info_t *const profile_info) |
|
typedef | void ((*dt_worker)(const dt_dev_histogram_collection_params_t *const histogram_params, const void *pixel, uint32_t *histogram, int j, const dt_iop_order_iccprofile_info_t *const profile_info)) |
|
void | dt_histogram_worker (dt_dev_histogram_collection_params_t *const histogram_params, dt_dev_histogram_stats_t *histogram_stats, const void *const pixel, uint32_t **histogram, const dt_worker Worker, const dt_iop_order_iccprofile_info_t *const profile_info) |
|
void | dt_histogram_helper (dt_dev_histogram_collection_params_t *histogram_params, dt_dev_histogram_stats_t *histogram_stats, const dt_iop_colorspace_type_t cst, const dt_iop_colorspace_type_t cst_to, const void *pixel, uint32_t **histogram, const int compensate_middle_grey, const dt_iop_order_iccprofile_info_t *const profile_info) |
|
void | dt_histogram_max_helper (const dt_dev_histogram_stats_t *const histogram_stats, const dt_iop_colorspace_type_t cst, const dt_iop_colorspace_type_t cst_to, uint32_t **histogram, uint32_t *histogram_max) |
|
◆ dt_histogram_roi_t
◆ dt_histogram_helper()
References dt_dev_histogram_stats_t::ch, dt_histogram_worker(), histogram_helper_cs_Lab(), histogram_helper_cs_Lab_LCh(), histogram_helper_cs_RAW(), histogram_helper_cs_rgb(), histogram_helper_cs_rgb_compensated(), IOP_CS_LAB, IOP_CS_LCH, IOP_CS_RAW, and IOP_CS_RGB.
Referenced by histogram_collect().
◆ dt_histogram_helper_cs_RAW_uint16()
◆ dt_histogram_max_helper()
◆ dt_histogram_worker()
References dt_dev_histogram_collection_params_t::bins_count, dt_dev_histogram_stats_t::bins_count, dt_histogram_roi_t::crop_height, dt_histogram_roi_t::crop_width, dt_histogram_roi_t::crop_x, dt_histogram_roi_t::crop_y, double(), dt_histogram_roi_t::height, dt_dev_histogram_collection_params_t::mul, omp_get_max_threads, omp_get_thread_num, dt_dev_histogram_stats_t::pixels, dt_dev_histogram_collection_params_t::roi, and dt_histogram_roi_t::width.
Referenced by _deflicker_prepare_histogram(), and dt_histogram_helper().
◆ void()