Home
last modified time | relevance | path

Searched defs:pal (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/ffmpeg/libswscale/
Dhscale.c35 uint32_t *pal; member
90 uint32_t * pal = instance->pal; in lum_convert() local
127 …t ff_init_desc_fmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst, uint32_t *pal) in ff_init_desc_fmt_convert()
206 uint32_t * pal = instance->pal; in chr_convert() local
235 … ff_init_desc_cfmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst, uint32_t *pal) in ff_init_desc_cfmt_convert()
/third_party/ffmpeg/libavformat/
Dimx.c32 uint8_t pal[AVPALETTE_SIZE]; member
139 uint8_t *pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in simbiosis_imx_read_packet() local
Dgdv.c34 unsigned pal[256]; member
172 uint8_t *pal; in gdv_read_packet() local
Dsmacker.c62 uint8_t pal[768]; member
252 uint8_t *pal = smk->pal; in smacker_read_packet() local
Ddxa.c160 uint8_t buf[DXA_EXTRA_SIZE], pal[768+4]; in dxa_read_packet() local
/third_party/ffmpeg/libavcodec/
Dbfi.c38 uint32_t pal[256]; member
60 uint32_t *pal; in bfi_decode_frame() local
Dmscc.c43 uint32_t pal[256]; member
151 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in decode_frame() local
Dtarga.c116 int idlen, pal, compr, y, w, h, bpp, flags, ret; in decode_frame() local
224 uint32_t *pal = ((uint32_t *)p->data[1]) + first_clr; in decode_frame() local
Dtxd.c43 uint32_t *pal; in txd_decode_frame() local
Dbmpenc.c71 const uint32_t *pal = NULL; in bmp_encode_frame() local
Dxwdenc.c44 uint32_t pal[256]; in xwd_encode_frame() local
Dpcxenc.c94 const uint32_t *pal = NULL; in pcx_encode_frame() local
Ddv_profile.c265 int i, dsf, stype, pal; in ff_dv_frame_profile() local
Dmsrle.c48 uint32_t pal[256]; member
Dimx.c30 uint32_t pal[256]; member
Dtscc.c64 uint32_t pal[256]; member
D8bps.c54 uint32_t pal[256]; member
Davs.c77 uint32_t *pal = (uint32_t *) p->data[1]; in avs_decode_frame() local
Djvdec.c206 uint32_t pal = AV_RB24(buf); in decode_frame() local
Dmss1.c127 uint32_t *pal = ctx->pal + 256 - ctx->free_colours; in decode_pal() local
Dflashsv.c63 const uint32_t *pal; member
77 int h, int w, int stride, const uint32_t *pal) in decode_hybrid()
Ddxa.c48 uint32_t pal[256]; member
Dgifdec.c80 static void gif_read_palette(GifState *s, uint32_t *pal, int nb) in gif_read_palette()
135 uint32_t *ptr, *pal, *px, *pr, *ptr1; in gif_read_image() local
Dbmvvideo.c51 uint32_t pal[256]; member
/third_party/ffmpeg/libavfilter/
Dvf_showpalette.c70 const uint32_t *pal = (uint32_t *)in->data[1]; in disp_palette() local

1234