Searched refs:nb_colors (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvbsub.c242 if (h->rects[clut_id]->nb_colors <= 4) {
245 } else if (h->rects[clut_id]->nb_colors <= 16) {
260 for(i = 0; i < h->rects[clut_id]->nb_colors; i++) {
286 if (h->rects[region_id]->nb_colors <= 4) {
289 } else if (h->rects[region_id]->nb_colors <= 16) {
326 if (h->rects[object_id]->nb_colors <= 4) {
329 } else if (h->rects[object_id]->nb_colors <= 16) {
H A Dxsubdec.c100 sub->rects[0]->nb_colors = 4;
104 for (i = 0; i < sub->rects[0]->nb_colors; i++)
107 for (i = 1; i < sub->rects[0]->nb_colors; i++)
H A Dxsubenc.c142 if (h->rects[0]->nb_colors > 4)
143 av_log(avctx, AV_LOG_WARNING, "No more than 4 subtitle colors supported (%d found.)\n", h->rects[0]->nb_colors);
H A Dpgssubdec.c388 sub->rects[0]->nb_colors = 256;
391 memcpy(sub->rects[0]->pict.data[1], ctx->clut, sub->rects[0]->nb_colors * sizeof(uint32_t));
H A Ddvdsubdec.c325 sub_header->rects[0]->nb_colors = 256;
328 sub_header->rects[0]->nb_colors = 4;
382 for(i = 0; i < s->rects[0]->nb_colors; i++) {
H A Davcodec.h3421 int nb_colors; ///< number of colors in pict, undefined when pict is not set member in struct:AVSubtitleRect
H A Ddvbsubdec.c1346 rect->nb_colors = 16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsub.c290 if (h->rects[clut_id]->nb_colors <= 4) {
293 } else if (h->rects[clut_id]->nb_colors <= 16) {
296 } else if (h->rects[clut_id]->nb_colors <= 256) {
313 for(i = 0; i < h->rects[clut_id]->nb_colors; i++) {
339 if (h->rects[region_id]->nb_colors <= 4) {
342 } else if (h->rects[region_id]->nb_colors <= 16) {
380 if (h->rects[object_id]->nb_colors <= 4) {
383 } else if (h->rects[object_id]->nb_colors <= 16) {
386 } else if (h->rects[object_id]->nb_colors <= 256) {
H A Dxsubdec.c103 sub->rects[0]->nb_colors = 4;
107 for (i = 0; i < sub->rects[0]->nb_colors; i++)
110 for (i = 0; i < sub->rects[0]->nb_colors; i++)
H A Dmvcdec.c144 int w, h, nb_colors, i, x, y, p0, p1, mask; local
159 nb_colors = bytestream2_get_byteu(gb);
160 if (bytestream2_get_bytes_left(gb) < nb_colors * 3)
162 for (i = 0; i < FFMIN(nb_colors, 128); i++)
164 if (nb_colors > 128)
165 bytestream2_skip(gb, (nb_colors - 128) * 3);
H A Dxsubenc.c141 if (h->rects[0]->nb_colors > 4)
142 av_log(avctx, AV_LOG_WARNING, "No more than 4 subtitle colors supported (%d found.)\n", h->rects[0]->nb_colors);
H A Dpgssubdec.c578 sub->rects[i]->nb_colors = 256;
586 memcpy(sub->rects[i]->pict.data[1], palette->clut, sub->rects[i]->nb_colors * sizeof(uint32_t));
H A Ddvdsubdec.c367 sub_header->rects[0]->nb_colors = 256;
370 sub_header->rects[0]->nb_colors = 4;
420 for(i = 0; i < s->rects[0]->nb_colors; i++) {
H A Dlibzvbi-teletextdec.c262 sub_rect->nb_colors = (int)cmax + 1;
H A Davcodec.h3364 int nb_colors; ///< number of colors in pict, undefined when pict is not set member in struct:AVSubtitleRect
H A Ddvbsubdec.c824 rect->nb_colors = (1 << region->depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2527 int nb_colors; ///< number of colors in pict, undefined when pict is not set member in struct:AVSubtitleRect
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1890 for (j = 0; j < sp->sub.rects[i]->nb_colors; j++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c2101 for (j = 0; j < sp->sub.rects[i]->nb_colors; j++)

Completed in 236 milliseconds