Searched refs:ver_hist_current (Results 1 – 2 of 2) sorted by relevance
54 ver_hist_current = NULL; 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()80 if (NULL != ver_hist_current) { in ~CLTnrHistogram()81 xcam_free(ver_hist_current); in ~CLTnrHistogram()82 ver_hist_current = NULL; in ~CLTnrHistogram()244 printf("%f, ", _image_histogram.ver_hist_current[i]); in print_image_histogram()
90 float* ver_hist_current; member