Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp51 ver_hist_bin = 0; in CLTnrHistogram()
60 ver_hist_bin = height; in CLTnrHistogram()
64 if ((NULL == ver_hist_current) && (ver_hist_bin != 0)) { in CLTnrHistogram()
65 ver_hist_current = (float*)xcam_malloc0(ver_hist_bin * sizeof(float)); in CLTnrHistogram()
70 if ((NULL == ver_hist_reference) && (ver_hist_bin != 0)) { in CLTnrHistogram()
71 ver_hist_reference = (float*)xcam_malloc0(ver_hist_bin * sizeof(float)); in CLTnrHistogram()
93 ver_hist_bin = 0; in ~CLTnrHistogram()
115 uint32_t ver_hist_bin = image_height; in calculate_image_histogram() local
127 for (uint32_t bin = 0; bin < ver_hist_bin; bin++) { in calculate_image_histogram()
164 uint32_t ver_hist_bin = image_height; in calculate_image_histogram() local
[all …]
Dcl_tnr_handler.h93 uint32_t ver_hist_bin; member