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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrle.c232 unsigned short rgb16; local
250 rgb16 = AV_RB16(&s->buf[stream_ptr]);
256 *(unsigned short *)(&rgb[pixel_ptr]) = rgb16;
265 rgb16 = AV_RB16(&s->buf[stream_ptr]);
267 *(unsigned short *)(&rgb[pixel_ptr]) = rgb16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrle.c230 uint16_t rgb16; local
246 rgb16 = bytestream2_get_be16(&s->g);
251 *(uint16_t *)(&rgb[pixel_ptr]) = rgb16;
259 rgb16 = bytestream2_get_be16(&s->g);
260 *(uint16_t *)(&rgb[pixel_ptr]) = rgb16;
H A Dpngdec.c286 YUV2RGB(rgb16, uint16_t)

Completed in 63 milliseconds