Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp52 hor_hist_current = NULL; 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()
76 if (NULL != hor_hist_current) { in ~CLTnrHistogram()
77 xcam_free(hor_hist_current); in ~CLTnrHistogram()
78 hor_hist_current = NULL; in ~CLTnrHistogram()
238 printf("%f, ", _image_histogram.hor_hist_current[i]); in print_image_histogram()
Dcl_tnr_handler.h88 float* hor_hist_current; member