Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtarga.c118 int first_clr, colors, csize; in decode_frame() local
127 first_clr = bytestream2_get_le16(&s->gb); in decode_frame()
137 if (!pal && (first_clr || colors || csize)) { in decode_frame()
140 first_clr = colors = csize = 0; in decode_frame()
171 if (colors && (colors + first_clr) > 256) { in decode_frame()
172 … av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr); in decode_frame()
211 uint32_t *pal = ((uint32_t *)p->data[1]) + first_clr; in decode_frame()