Searched refs:alpha_max (Results 1 – 2 of 2) sorted by relevance
187 float alpha_min = 1e38f, alpha_max = -1e38f; in update_imageblock_flags() local213 if (alpha > alpha_max) in update_imageblock_flags()214 alpha_max = alpha; in update_imageblock_flags()227 pb->alpha_max = alpha_max; in update_imageblock_flags()
130 float alpha_min, alpha_max; member