Home
last modified time | relevance | path

Searched refs:min_color (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c386 static int encode_four_color_block(uint8_t *min_color, uint8_t *max_color, in encode_four_color_block() argument
394 rounded_min = rgb24_to_rgb555(min_color); in encode_four_color_block()
403 get_colors(min_color, max_color, color4); in encode_four_color_block()
447 uint8_t min_color[3], uint8_t max_color[3], in update_block_stats()
461 min_color[0] = UINT8_MAX; in update_block_stats()
462 min_color[1] = UINT8_MAX; in update_block_stats()
463 min_color[2] = UINT8_MAX; in update_block_stats()
480 min_color_blk[0] = min_color[0]; in update_block_stats()
481 min_color_blk[1] = min_color[1]; in update_block_stats()
482 min_color_blk[2] = min_color[ in update_block_stats()
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/ffmpeg/libavfilter/
H A Dvf_vibrance.c87 float min_color = FFMIN3(r, g, b); in vibrance_slice8() local
88 float color_saturation = max_color - min_color; in vibrance_slice8()
146 float min_color = FFMIN3(r, g, b); in vibrance_slice16() local
147 float color_saturation = max_color - min_color; in vibrance_slice16()
203 float min_color = FFMIN3(r, g, b); in vibrance_slice8p() local
204 float color_saturation = max_color - min_color; in vibrance_slice8p()
260 float min_color = FFMIN3(r, g, b); in vibrance_slice16p() local
261 float color_saturation = max_color - min_color; in vibrance_slice16p()
H A Dvf_selectivecolor.c346 const int min_color = FFMIN3(r, g, b); \
353 | (r == min_color) << RANGE_CYANS \
355 | (g == min_color) << RANGE_MAGENTAS \
357 | (b == min_color) << RANGE_YELLOWS \
371 const int scale = pr->get_scale(r, g, b, min_color, max_color); \
/third_party/backends/backend/
H A Dhp4200.c1302 compute_corr_code (int average, int min_color, int range, int target) in compute_corr_code() argument
1307 value = average - min_color; in compute_corr_code()

Completed in 7 milliseconds