Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp187 float alpha_min = 1e38f, alpha_max = -1e38f; in update_imageblock_flags() local
213 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()
Dastc_codec_internals.h130 float alpha_min, alpha_max; member