Home
last modified time | relevance | path

Searched refs:red_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.cpp184 float red_min = 1e38f, red_max = -1e38f; in update_imageblock_flags() local
201 if (red > red_max) in update_imageblock_flags()
202 red_max = red; in update_imageblock_flags()
221 pb->red_max = red_max; in update_imageblock_flags()
Dastc_codec_internals.h127 float red_min, red_max; member
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.h76 guint red_max; member
Drfbdecoder.c671 decoder->red_max = RFB_GET_UINT16 (decoder->data + 8); in rfb_decoder_state_wait_for_server_initialisation()
685 GST_DEBUG ("red_max = %d", decoder->red_max); in rfb_decoder_state_wait_for_server_initialisation()
Dgstrfbsrc.c459 red_mask = decoder->red_max << decoder->red_shift; in gst_rfb_src_negotiate()