Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp53 hor_hist_reference = NULL; 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()
84 if (NULL != hor_hist_reference) { in ~CLTnrHistogram()
85 xcam_free(hor_hist_reference); in ~CLTnrHistogram()
86 hor_hist_reference = NULL; in ~CLTnrHistogram()
250 printf("%f, ", _image_histogram.hor_hist_reference[i]); in print_image_histogram()
Dcl_tnr_handler.h89 float* hor_hist_reference; member