Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.h128 float green_min, green_max; member
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.h77 guint green_max; member
Drfbdecoder.c672 decoder->green_max = RFB_GET_UINT16 (decoder->data + 10); in rfb_decoder_state_wait_for_server_initialisation()
686 GST_DEBUG ("green_max = %d", decoder->green_max); in rfb_decoder_state_wait_for_server_initialisation()
Dgstrfbsrc.c460 green_mask = decoder->green_max << decoder->green_shift; in gst_rfb_src_negotiate()