MKRGB555          201 libavcodec/msvideo1enc.c                 bytestream_put_le16(&dst, MKRGB555(c->avg,0) | 0x8000);
MKRGB555          216 libavcodec/msvideo1enc.c                 bytestream_put_le16(&dst, MKRGB555(c->codebook, 0));
MKRGB555          217 libavcodec/msvideo1enc.c                 bytestream_put_le16(&dst, MKRGB555(c->codebook, 3));
MKRGB555          228 libavcodec/msvideo1enc.c                 bytestream_put_le16(&dst, MKRGB555(c->codebook2, 0) | 0x8000);
MKRGB555          230 libavcodec/msvideo1enc.c                     bytestream_put_le16(&dst, MKRGB555(c->codebook2, i));