Home
last modified time | relevance | path

Searched refs:hor_hist_bin (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp50 hor_hist_bin = 0; in CLTnrHistogram()
59 hor_hist_bin = width; in CLTnrHistogram()
61 if ((NULL == hor_hist_current) && (hor_hist_bin != 0)) { in CLTnrHistogram()
62 hor_hist_current = (float*)xcam_malloc0(hor_hist_bin * sizeof(float)); in CLTnrHistogram()
67 if ((NULL == hor_hist_reference) && (hor_hist_bin != 0)) { in CLTnrHistogram()
68 hor_hist_reference = (float*)xcam_malloc0(hor_hist_bin * sizeof(float)); in CLTnrHistogram()
92 hor_hist_bin = 0; in ~CLTnrHistogram()
114 uint32_t hor_hist_bin = image_width; in calculate_image_histogram() local
119 for (uint32_t bin = 0; bin < hor_hist_bin; bin++) { in calculate_image_histogram()
163 uint32_t hor_hist_bin = image_width; in calculate_image_histogram() local
[all …]
Dcl_tnr_handler.h92 uint32_t hor_hist_bin; member