Home
last modified time | relevance | path

Searched refs:dithered_color (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drpzaenc.c363 uint8_t dithered_color[3]; in match_color() local
366 dithered_color[channel] = GET_CHAN(color[0], channel); in match_color()
370 int variance = diff_colors(dithered_color, colors[palette_entry]); in match_color()