Searched defs:min_color (Results 1 - 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| H A 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/ |
| H A D | rpzaenc.c | 386 static int encode_four_color_block(uint8_t *min_color, uint8_t *max_color, in encode_four_color_block() argument 446 update_block_stats(RpzaContext *s, BlockInfo *bi, uint16_t *block, uint8_t min_color[3], uint8_t max_color[3], int *total_rgb, int *total_pixels, uint8_t avg_color[3], int first_block) update_block_stats() argument 565 uint8_t min_color[3], max_color[3]; rpza_encode_stream() local [all...] |
| /third_party/backends/backend/ |
| H A D | hp4200.c | 1302 compute_corr_code (int average, int min_color, int range, int target) in compute_corr_code() argument
|
Completed in 6 milliseconds