Searched refs:clahe_info (Results 1 – 1 of 1) sorted by relevance
379 static void GenerateCLAHEHistogram(const RectangleInfo *clahe_info, in GenerateCLAHEHistogram() argument403 q+=clahe_info->width; in GenerateCLAHEHistogram()408 static void InterpolateCLAHE(const RectangleInfo *clahe_info,const size_t *Q12, in InterpolateCLAHE() argument434 pixels+=(clahe_info->width-tile->width); in InterpolateCLAHE()479 static MagickBooleanType CLAHE(const RectangleInfo *clahe_info, in CLAHE() argument504 tile_cache=AcquireVirtualMemory((size_t) clahe_info->x*number_bins, in CLAHE()505 clahe_info->y*sizeof(*tiles)); in CLAHE()523 for (y=0; y < (ssize_t) clahe_info->y; y++) in CLAHE()528 for (x=0; x < (ssize_t) clahe_info->x; x++) in CLAHE()533 histogram=tiles+(number_bins*(y*clahe_info->x+x)); in CLAHE()[all …]