Home
last modified time | relevance | path

Searched defs:max_color (Results 1 – 6 of 6) 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.c86 float max_color = FFMAX3(r, g, b); in vibrance_slice8() local
145 float max_color = FFMAX3(r, g, b); in vibrance_slice16() local
202 float max_color = FFMAX3(r, g, b); in vibrance_slice8p() local
259 float max_color = FFMAX3(r, g, b); in vibrance_slice16p() local
/third_party/ffmpeg/libavcodec/
Drpzaenc.c385 static int encode_four_color_block(uint8_t *min_color, uint8_t *max_color, in encode_four_color_block()
564 uint8_t min_color[3], max_color[3]; in rpza_encode_stream() local