Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvmdvideo.c46 #define PALETTE_COUNT 256 macro
56 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()
Dxan.c49 #define PALETTE_COUNT 256 macro
50 #define PALETTE_SIZE (PALETTE_COUNT * 3)
576 for (i = 0; i < PALETTE_COUNT; i++) { in xan_decode_frame()
Dvqavideo.c76 #define PALETTE_COUNT 256 macro
99 uint32_t palette[PALETTE_COUNT];
620 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4); in vqa_decode_frame()
Didcinvideo.c57 #define PALETTE_COUNT 256 macro
Dmsvideo1.c38 #define PALETTE_COUNT 256 macro
Dinterplayvideo.c50 #define PALETTE_COUNT 256 macro
/third_party/ffmpeg/libavformat/
Dipmovie.c78 #define PALETTE_COUNT 256 macro
/third_party/libpng/contrib/libtests/
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()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
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()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
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()