Home
last modified time | relevance | path

Searched refs:green_max (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp185 float green_min = 1e38f, green_max = -1e38f; in update_imageblock_flags() local
205 if (green > green_max) in update_imageblock_flags()
206 green_max = green; in update_imageblock_flags()
223 pb->green_max = green_max; in update_imageblock_flags()
Dastc_codec_internals.h156 float green_min, green_max; member
/external/ImageMagick/MagickCore/
Dxwindow.c119 ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \
126 ((ScaleQuantumToShort(XGreenGamma(GetPixelGreen(image,color)))*map->green_max/65535L)* \
138 (((color)->green*map->green_max/65535L)*map->green_mult)+ \
2955 map_info->green_max=visual_info->green_mask; in XGetMapInfo()
2956 map_info->green_mult=(size_t) (map_info->green_max != 0 ? 1 : 0); in XGetMapInfo()
2957 if (map_info->green_max != 0) in XGetMapInfo()
2958 while ((map_info->green_max & 0x01) == 0) in XGetMapInfo()
2960 map_info->green_max>>=1; in XGetMapInfo()
6275 (map_info->green_max == 255) && (map_info->blue_max == 255) && in XMakeImageLSBFirst()
6319 (map_info->green_max == 255) && (map_info->blue_max == 255) && in XMakeImageLSBFirst()
[all …]