Home
last modified time | relevance | path

Searched defs:max_color (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A 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/
H A Drpzaenc.c386 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...]

Completed in 4 milliseconds