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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtarga.c118 int first_clr, colors, csize; local
127 first_clr = bytestream2_get_le16(&s->gb);
143 if (!pal && (first_clr || colors || csize)) {
146 first_clr = colors = csize = 0;
171 if (colors && (colors + first_clr) > 256) {
172 av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr);
211 uint32_t *pal = ((uint32_t *)p->data[1]) + first_clr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtarga.c113 int first_clr, colors, csize; local
120 first_clr = AV_RL16(buf); buf += 2;
177 if((colors + first_clr) > 256){
178 av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr);
195 uint32_t *pal = ((uint32_t *)p->data[1]) + first_clr;

Completed in 64 milliseconds