Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c182 int c0_point, half_point, c3_point; in match_colors() local
220 half_point = (stops[3] + stops[2]) >> 1; in match_colors()
225 int bits = (dot < half_point ? 4 : 0) | in match_colors()