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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvmdvideo.c46 #define PALETTE_COUNT 256 macro
56 unsigned char palette[PALETTE_COUNT * 4];
248 if (bytestream2_get_bytes_left(&gb) >= PALETTE_COUNT * 3) {
249 for (i = 0; i < PALETTE_COUNT; i++) {
409 for (i = 0; i < PALETTE_COUNT; i++) {
449 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4);
H A Didcinvideo.c57 #define PALETTE_COUNT 256 macro
H A Dxan.c48 #define PALETTE_COUNT 256 macro
49 #define PALETTE_SIZE (PALETTE_COUNT * 3)
576 for (i = 0; i < PALETTE_COUNT; i++) {
H A Dvqavideo.c76 #define PALETTE_COUNT 256 macro
99 uint32_t palette[PALETTE_COUNT];
618 memcpy(frame->data[1], s->palette, PALETTE_COUNT * 4);
H A Dmsvideo1.c39 #define PALETTE_COUNT 256 macro
H A Dinterplayvideo.c48 #define PALETTE_COUNT 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvmdav.c51 #define PALETTE_COUNT 256 macro
66 unsigned char palette[PALETTE_COUNT * 4];
248 if (bytestream2_get_bytes_left(&gb) >= PALETTE_COUNT * 3) {
249 for (i = 0; i < PALETTE_COUNT; i++) {
374 for (i = 0; i < PALETTE_COUNT; i++) {
407 memcpy(s->frame.data[1], s->palette, PALETTE_COUNT * 4);
H A Dvqavideo.c75 #define PALETTE_COUNT 256 macro
99 uint32_t palette[PALETTE_COUNT];
592 memcpy(s->frame.data[1], s->palette, PALETTE_COUNT * 4);
H A Dxan.c48 #define PALETTE_COUNT 256 macro
49 #define PALETTE_SIZE (PALETTE_COUNT * 3)
526 for (i = 0; i < PALETTE_COUNT; i++) {
H A Didcinvideo.c55 #define PALETTE_COUNT 256 macro
H A Dmsvideo1.c37 #define PALETTE_COUNT 256 macro
H A Dinterplayvideo.c47 #define PALETTE_COUNT 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dipmovie.c78 #define PALETTE_COUNT 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c77 #define PALETTE_COUNT 256 macro

Completed in 203 milliseconds