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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c4913 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; local
4919 xadv[i] = sd->coefs[i][0];
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);
4945 if (!(xoff[sprite] & 0xFFFF) && xadv[sprite] == 1 << 16) {
4955 v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width);
4960 v->vc1dsp.sprite_h(v->sr_rows[sprite][1], iplane + (yline + 1) * iline, xoff[sprite], xadv[sprite], width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c5382 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; local
5388 xadv[i] = sd->coefs[i][0];
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);
5416 if (!(xoff[sprite] & 0xFFFF) && xadv[sprite] == 1 << 16) {
5426 v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width);
5433 xadv[sprite], width);

Completed in 207 milliseconds