Home
last modified time | relevance | path

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

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp186 float blue_min = 1e38f, blue_max = -1e38f; in update_imageblock_flags() local
207 if (blue < blue_min) in update_imageblock_flags()
208 blue_min = blue; in update_imageblock_flags()
224 pb->blue_min = blue_min; in update_imageblock_flags()
Dastc_codec_internals.h129 float blue_min, blue_max; member