Home
last modified time | relevance | path

Searched refs:palette_id (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcdtoons.c165 uint16_t palette_id; in cdtoons_decode_frame() local
190 palette_id = bytestream_get_be16(&buf); in cdtoons_decode_frame()
355 if (palette_id && (palette_id != c->last_pal_id)) { in cdtoons_decode_frame()
356 if (palette_id >= CDTOONS_MAX_SPRITES) { in cdtoons_decode_frame()
358 "Palette ID %d is too high.\n", palette_id); in cdtoons_decode_frame()
361 if (!c->sprites[palette_id].active) { in cdtoons_decode_frame()
364 "Palette ID %d is missing.\n", palette_id); in cdtoons_decode_frame()
367 if (c->sprites[palette_id].size != 256 * 2 * 3) { in cdtoons_decode_frame()
370 palette_id, in cdtoons_decode_frame()
[all...]
H A Dpgssubdec.c64 int palette_id; member
432 ctx->presentation.palette_id = bytestream_get_byte(&buf); in parse_presentation_segment()
523 palette = find_palette(ctx->presentation.palette_id, &ctx->palettes); in display_end_segment()
527 ctx->presentation.palette_id); in display_end_segment()
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c59 uint8_t palette_id; member
250 return node[res.node_pos].palette_id; in colormap_nearest_recursive()
327 return root[best_node_id].palette_id; in colormap_nearest_iterative()
523 depth*INDENT, ' ', node->palette_id, in disp_node()
532 map[parent_id].palette_id, node->palette_id); in disp_node()
726 node->palette_id = pal_id; in colormap_insert()

Completed in 4 milliseconds