Searched refs:PALETTE_COUNT (Results 1 – 10 of 10) sorted by relevance
46 #define PALETTE_COUNT 256 macro56 unsigned char palette[PALETTE_COUNT * 4];248 if (bytestream2_get_bytes_left(&gb) >= PALETTE_COUNT * 3) { in vmd_decode()249 for (i = 0; i < PALETTE_COUNT; i++) { in vmd_decode()417 for (i = 0; i < PALETTE_COUNT; i++) { in vmdvideo_decode_init()457 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4); in vmdvideo_decode_frame()
49 #define PALETTE_COUNT 256 macro50 #define PALETTE_SIZE (PALETTE_COUNT * 3)576 for (i = 0; i < PALETTE_COUNT; i++) { in xan_decode_frame()
76 #define PALETTE_COUNT 256 macro99 uint32_t palette[PALETTE_COUNT];620 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4); in vqa_decode_frame()
57 #define PALETTE_COUNT 256 macro
38 #define PALETTE_COUNT 256 macro
50 #define PALETTE_COUNT 256 macro
78 #define PALETTE_COUNT 256 macro
447 #define PALETTE_COUNT(bit_depth) ((bit_depth) > 4 ? 1U : 16U) macro473 (ct == 3/*PALETTE*/ && pn < PALETTE_COUNT(*bit_depth))) in next_format()