Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpgssubdec.c97 PGSSubPalettes palettes; member
113 ctx->palettes.count = 0; in flush_cache()
127 static PGSSubPalette * find_palette(int id, PGSSubPalettes *palettes) in find_palette() argument
131 for (i = 0; i < palettes->count; i++) { in find_palette()
132 if (palettes->palette[i].id == id) in find_palette()
133 return &palettes->palette[i]; in find_palette()
341 palette = find_palette(id, &ctx->palettes); in parse_palette_segment()
343 if (ctx->palettes.count >= MAX_EPOCH_PALETTES) { in parse_palette_segment()
344 av_log(avctx, AV_LOG_ERROR, "Too many palettes in epoch\n"); in parse_palette_segment()
347 palette = &ctx->palettes in parse_palette_segment()
[all...]
H A Dxan.c68 unsigned *palettes; member
84 av_freep(&s->palettes); in xan_decode_end()
569 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame()
573 s->palettes = tmpptr; in xan_decode_frame()
619 s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE); in xan_decode_frame()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh1288 hb_set_t *palettes /* OUT */) const in closure_V0palette_indices()
1289 { colr->closure_V0palette_indices (glyphs, palettes); } in closure_V0palette_indices()
1313 hb_set_t *palettes /* OUT */) const in closure_V0palette_indices()
1325 palettes->add (layer.colorIdx); in closure_V0palette_indices()

Completed in 5 milliseconds