Searched refs:sprite_width (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h380 int output_width, output_height, sprite_width, sprite_height; member in struct:VC1Context
H A Dmpegvideo.h521 int sprite_width; member in struct:MpegEncContext
H A Dvc1dec.c4918 xoff[i] = av_clip(sd->coefs[i][2], 0, v->sprite_width-1 << 16);
4920 if (xadv[i] != 1<<16 || (v->sprite_width << 16) - (v->output_width << 16) - xoff[i])
4921 xadv[i] = av_clip(xadv[i], 0, ((v->sprite_width<<16) - xoff[i] - 1) / v->output_width);
5249 v->sprite_width = avctx->coded_width;
5256 if (v->sprite_width > 1 << 14 ||
5445 avctx->width = avctx->coded_width = v->sprite_width;
H A Dmpeg4videodec.c1620 s->sprite_width = get_bits(gb, 13);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h397 int output_width, output_height, sprite_width, sprite_height; member in struct:VC1Context
H A Dvc1dec.c5387 xoff[i] = av_clip(sd->coefs[i][2], 0, v->sprite_width-1 << 16);
5389 if (xadv[i] != 1<<16 || (v->sprite_width << 16) - (v->output_width << 16) - xoff[i])
5390 xadv[i] = av_clip(xadv[i], 0, ((v->sprite_width<<16) - xoff[i] - 1) / v->output_width);
5746 v->sprite_width = avctx->coded_width;
5753 if (v->sprite_width > 1 << 14 ||
5758 if ((v->sprite_width&1) || (v->sprite_height&1)) {
5961 avctx->width = avctx->coded_width = v->sprite_width;

Completed in 78 milliseconds