Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmsvideo1enc.c63 #define MKRGB555(in, off) (((in)[off] << 10) | ((in)[(off) + 1] << 5) | ((in)[(off) + 2])) macro

Completed in 1 milliseconds