Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpcx.c61 static void pcx_palette(GetByteContext *gb, uint32_t *dst, int pallen) in pcx_palette() function
235 pcx_palette(&gb, (uint32_t *)p->data[1], 256); in pcx_decode_frame()
242 pcx_palette(&gb, (uint32_t *)p->data[1], 16); in pcx_decode_frame()