Searched refs:pal (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dbug.h5 #include <asm/pal.h>
H A Dsmp.h7 #include <asm/pal.h>
H A Dpage.h6 #include <asm/pal.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Ddbg_current.S8 #include <asm/pal.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert.h36 int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
H A Dbfi.c55 uint32_t *pal; local
77 pal = (uint32_t *) bfi->frame.data[1];
80 *pal = 0;
82 *pal +=
85 pal++;
H A Dqdrw.c44 uint32_t *pal; local
69 pal = (uint32_t*)p->data[1];
86 pal[idx] = (r << 16) | (g << 8) | b;
H A Dzmbvenc.c49 uint8_t pal[768]; member in struct:ZmbvEncContext
155 c->work_buf[work_size++] = tpal[0] ^ c->pal[i * 3 + 0];
156 c->work_buf[work_size++] = tpal[1] ^ c->pal[i * 3 + 1];
157 c->work_buf[work_size++] = tpal[2] ^ c->pal[i * 3 + 2];
158 c->pal[i * 3 + 0] = tpal[0];
159 c->pal[i * 3 + 1] = tpal[1];
160 c->pal[i * 3 + 2] = tpal[2];
166 AV_WB24(c->pal+(i*3), palptr[i]);
168 memcpy(c->work_buf, c->pal, 768);
H A Dtxd.c51 uint32_t *pal; local
96 pal = (uint32_t *) p->data[1];
99 pal[y] = (v>>8) + (v<<24);
H A Dtarga.c101 int idlen, pal, compr, x, y, w, h, bpp, flags; local
106 pal = *buf++;
182 int32_t *pal = ((int32_t*)p->data[1]) + first_clr; local
187 *pal++ = (b << 16) | (g << 8) | r;
H A Dkmvc.c46 uint32_t pal[256]; member in struct:KmvcContext
252 ctx->pal[i + (header & 0x81)] = AV_RB24(buf);
268 memcpy(ctx->pal, ctx->avctx->palctrl->palette, AVPALETTE_SIZE);
277 ctx->pal[i] = bytestream_get_be24(&buf);
287 memcpy(ctx->pic.data[1], ctx->pal, 1024);
361 c->pal[i] = i * 0x10101;
374 c->pal[i] = AV_RL32(src);
H A Davs.c76 uint32_t *pal = (uint32_t *) avs->picture.data[1]; local
82 pal[i] = (buf[0] << 18) | (buf[1] << 10) | (buf[2] << 2);
H A Dtiffenc.c411 uint16_t pal[256 * 3]; local
414 pal[i] = ((rgb >> 16) & 0xff) * 257;
415 pal[i + 256] = ((rgb >> 8 ) & 0xff) * 257;
416 pal[i + 512] = ( rgb & 0xff) * 257;
418 add_entry(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal);
H A Dvb.c46 uint32_t pal[256]; member in struct:VBDecContext
72 c->pal[i] = bytestream_get_be24(&c->stream);
216 memcpy(c->pic.data[1], c->pal, AVPALETTE_SIZE);
H A Ddxa.c44 uint32_t pal[256]; member in struct:DxaDecContext
210 c->pal[i] = (r << 16) | (g << 8) | b;
220 memcpy(c->pic.data[1], c->pal, AVPALETTE_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dsmacker.c61 uint8_t pal[768]; member in struct:SmackerContext
241 uint8_t *pal = smk->pal; local
244 memcpy(oldpal, pal, 768);
255 pal += ((t & 0x7F) + 1) * 3;
260 *pal++ = oldpal[off + 0];
261 *pal++ = oldpal[off + 1];
262 *pal++ = oldpal[off + 2];
267 *pal++ = smk_pal[t];
268 *pal
[all...]
H A Ddxa.c143 uint8_t buf[DXA_EXTRA_SIZE], pal[768+4]; local
166 if(pal_size) memcpy(pkt->data, pal, pal_size);
174 memcpy(pal, buf, 4);
175 get_buffer(s->pb, pal + 4, 768);
192 if(pal_size) memcpy(pkt->data, pal, pal_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dhpsim_setup.c20 #include <asm/pal.h>
H A Dhpsim_console.c20 #include <asm/pal.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_template.c1902 static inline void RENAME(palToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *pal) argument
1909 dst[i]= pal[d] & 0xFF;
1913 static inline void RENAME(palToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *pal) argument
1919 int p= pal[src1[i]];
2133 int32_t *mmx2FilterPos, uint32_t *pal)
2137 RENAME(yuy2ToY)(formatConvBuffer, src, srcW, pal);
2142 RENAME(uyvyToY)(formatConvBuffer, src, srcW, pal);
2147 RENAME(bgr32ToY)(formatConvBuffer, src, srcW, pal);
2152 RENAME(bgr32ToY)(formatConvBuffer, src+ALT32_CORR, srcW, pal);
2157 RENAME(bgr24ToY)(formatConvBuffer, src, srcW, pal);
2129 hyscale(SwsContext *c, uint16_t *dst, long dstWidth, uint8_t *src, int srcW, int xInc, int flags, int canMMX2BeUsed, int16_t *hLumFilter, int16_t *hLumFilterPos, int hLumFilterSize, void *funnyYCode, int srcFormat, uint8_t *formatConvBuffer, int16_t *mmx2Filter, int32_t *mmx2FilterPos, uint32_t *pal) argument
2364 hcscale(SwsContext *c, uint16_t *dst, long dstWidth, uint8_t *src1, uint8_t *src2, int srcW, int xInc, int flags, int canMMX2BeUsed, int16_t *hChrFilter, int16_t *hChrFilterPos, int hChrFilterSize, void *funnyUVCode, int srcFormat, uint8_t *formatConvBuffer, int16_t *mmx2Filter, int32_t *mmx2FilterPos, uint32_t *pal) argument
2700 uint32_t *pal=c->pal_yuv; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dacornfb.c324 union palette pal; local
329 pal.p = 0;
330 pal.vidc.reg = regno;
331 pal.vidc.red = red >> 12;
332 pal.vidc.green = green >> 12;
333 pal.vidc.blue = blue >> 12;
335 current_par.palette[regno] = pal;
337 vidc_writel(pal.p);
514 union palette pal; local
529 pal
[all...]
H A Dclps711xfb.c63 unsigned int level, mask, shift, pal; local
89 pal = clps_readl(regno);
90 pal = (pal & ~mask) | level;
91 clps_writel(pal, regno);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dia64_ksyms.c78 #include <asm/pal.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-core.c47 static char pal[] = "--"; variable
56 module_param_string(pal, pal, sizeof(pal), 0644);
275 switch (pal[0]) {
306 if (pal[1] == 'c' || pal[1] == 'C') {
318 tuner_warn ("pal= argument not recognised\n");
542 * set another frequency to some value (This is needed for some pal
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_accel.c88 static inline void matrox_cfb4_pal(u_int32_t* pal) { argument
92 pal[i] = i * 0x11111111U;
94 pal[i] = 0xFFFFFFFF;
97 static inline void matrox_cfb8_pal(u_int32_t* pal) { argument
101 pal[i] = i * 0x01010101U;
103 pal[i] = 0x0F0F0F0F;

Completed in 2316 milliseconds

123