Searched refs:free_colours (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss1.c123 uint32_t *pal = ctx->pal + 256 - ctx->free_colours;
125 if (!ctx->free_colours)
128 ncol = arith_get_number(acoder, ctx->free_colours + 1);
H A Dmss12.h86 int free_colours; member in struct:MSS12Context
H A Dmss12.c605 c->free_colours = AV_RB32(avctx->extradata + 48);
606 if ((unsigned)c->free_colours > 256) {
609 c->free_colours);
612 av_log(avctx, AV_LOG_DEBUG, "%d free colour(s)\n", c->free_colours);
H A Dmss2.c162 uint32_t *pal = ctx->pal + 256 - ctx->free_colours;
164 if (!ctx->free_colours)
168 if (ncol > ctx->free_colours || buf_size < 2 + ncol * 3)
835 avctx->pix_fmt = c->free_colours == 127 ? AV_PIX_FMT_RGB555

Completed in 58 milliseconds