Home
last modified time | relevance | path

Searched defs:min_color (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dhsl.hpp61 float32_t min_color = (std::min)( temp_red, (std::min)( temp_green, temp_blue )); in operator ()() local
Dhsv.hpp65 float32_t min_color = (std::min)( temp_red, (std::min)( temp_green, temp_blue )); in operator ()() local
/third_party/ffmpeg/libavfilter/
Dvf_vibrance.c87 float min_color = FFMIN3(r, g, b); in vibrance_slice8() local
146 float min_color = FFMIN3(r, g, b); in vibrance_slice16() local
203 float min_color = FFMIN3(r, g, b); in vibrance_slice8p() local
260 float min_color = FFMIN3(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