Searched refs:MKRGB555 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | msvideo1enc.c | 63 #define MKRGB555(in, off) (((in)[off] << 10) | ((in)[(off) + 1] << 5) | ((in)[(off) + 2])) macro 210 bytestream_put_le16(&dst, MKRGB555(c->avg,0) | 0x8000); in encode_frame() 225 bytestream_put_le16(&dst, MKRGB555(c->codebook, 0)); in encode_frame() 226 bytestream_put_le16(&dst, MKRGB555(c->codebook, 3)); in encode_frame() 237 bytestream_put_le16(&dst, MKRGB555(c->codebook2, 0) | 0x8000); in encode_frame() 239 bytestream_put_le16(&dst, MKRGB555(c->codebook2, i)); in encode_frame()
|
Completed in 2 milliseconds