Home
last modified time | relevance | path

Searched refs:rgb444_masks (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmpenc.c32 static const uint32_t rgb444_masks[] = { 0x0F00, 0x00F0, 0x000F }; variable
86 pal = rgb444_masks; // abuse pal to hold color masks in bmp_encode_frame()