Searched defs:min_color (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_vibrance.c | 87 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/ |
D | rpzaenc.c | 385 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
|