Searched refs:ver_hist_bin (Results 1 – 2 of 2) sorted by relevance
51 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() local127 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 …]
93 uint32_t ver_hist_bin; member