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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmpenc.c29 static const uint32_t rgb565_masks[] = { 0xF800, 0x07E0, 0x001F }; variable
87 pal = rgb565_masks; // abuse pal to hold color masks
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmpenc.c31 static const uint32_t rgb565_masks[] = { 0xF800, 0x07E0, 0x001F }; variable
91 pal = rgb565_masks; // abuse pal to hold color masks

Completed in 141 milliseconds