Home
last modified time | relevance | path

Searched defs:max_color (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/graph/
Dsequential_vertex_coloring.hpp50 size_type max_color = 0; in sequential_vertex_coloring() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_WM.h41 DFBColor max_color; member
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dhsl.hpp62 float32_t max_color = (std::max)( temp_red, (std::max)( temp_green, temp_blue )); in operator ()() local
Dhsv.hpp66 float32_t max_color = (std::max)( temp_red, (std::max)( temp_green, temp_blue )); in operator ()() local
/third_party/ffmpeg/libavfilter/
Dvf_vibrance.c79 float max_color = FFMAX3(r, g, b); in vibrance_slice8() local
138 float max_color = FFMAX3(r, g, b); in vibrance_slice16() local