Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c96 static const uint8_t match6[256][2] = { variable
382 max16 = (match5[r][0] << 11) | (match6[g][0] << 5) | match5[b][0]; in refine_colors()
383 min16 = (match5[r][1] << 11) | (match6[g][1] << 5) | match5[b][1]; in refine_colors()
465 max16 = (match5[r][0] << 11) | (match6[g][0] << 5) | match5[b][0]; in compress_color()
466 min16 = (match5[r][1] << 11) | (match6[g][1] << 5) | match5[b][1]; in compress_color()

Completed in 2 milliseconds