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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsvideo1enc.c61 #define MKRGB555(in, off) (((in)[off] << 10) | ((in)[(off) + 1] << 5) | ((in)[(off) + 2])) macro
201 bytestream_put_le16(&dst, MKRGB555(c->avg,0) | 0x8000);
216 bytestream_put_le16(&dst, MKRGB555(c->codebook, 0));
217 bytestream_put_le16(&dst, MKRGB555(c->codebook, 3));
228 bytestream_put_le16(&dst, MKRGB555(c->codebook2, 0) | 0x8000);
230 bytestream_put_le16(&dst, MKRGB555(c->codebook2, i));

Completed in 102 milliseconds