Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c47 #define PALETTE_COUNT 256 macro
57 unsigned char palette[PALETTE_COUNT * 4];
249 if (bytestream2_get_bytes_left(&gb) >= PALETTE_COUNT * 3) { in vmd_decode()
250 for (i = 0; i < PALETTE_COUNT; i++) { in vmd_decode()
418 for (i = 0; i < PALETTE_COUNT; i++) { in vmdvideo_decode_init()
454 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4); in vmdvideo_decode_frame()
H A Dxan.c50 #define PALETTE_COUNT 256 macro
51 #define PALETTE_SIZE (PALETTE_COUNT * 3)
575 for (i = 0; i < PALETTE_COUNT; i++) { in xan_decode_frame()
H A Didcinvideo.c59 #define PALETTE_COUNT 256 macro
H A Dvqavideo.c83 #define PALETTE_COUNT 256 macro
108 uint32_t palette[PALETTE_COUNT];
813 memcpy(s->frame->data[1], s->palette, PALETTE_COUNT * 4); in vqa_decode_frame()
H A Dmsvideo1.c40 #define PALETTE_COUNT 256 macro
H A Dinterplayvideo.c52 #define PALETTE_COUNT 256 macro
/third_party/ffmpeg/libavformat/
H A Dipmovie.c80 #define PALETTE_COUNT 256 macro
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c447 #define PALETTE_COUNT(bit_depth) ((bit_depth) > 4 ? 1U : 16U) macro
473 (ct == 3/*PALETTE*/ && pn < PALETTE_COUNT(*bit_depth))) in next_format()

Completed in 22 milliseconds