Searched refs:rgb444_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.c30 static const uint32_t rgb444_masks[] = { 0x0F00, 0x00F0, 0x000F }; variable
82 pal = rgb444_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.c32 static const uint32_t rgb444_masks[] = { 0x0F00, 0x00F0, 0x000F }; variable
86 pal = rgb444_masks; // abuse pal to hold color masks

Completed in 25 milliseconds