Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbmpenc.c34 static const uint32_t rgb565_masks[] = { 0xF800, 0x07E0, 0x001F }; variable
85 pal = rgb565_masks; // abuse pal to hold color masks in bmp_encode_frame()

Completed in 1 milliseconds