Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1dec.c180 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; in vc1_draw_sprites() local
186 xadv[i] = sd->coefs[i][0]; in vc1_draw_sprites()
187 if (xadv[i] != 1<<16 || (v->sprite_width << 16) - (v->output_width << 16) - xoff[i]) in vc1_draw_sprites()
188 xadv[i] = av_clip(xadv[i], 0, ((v->sprite_width<<16) - xoff[i] - 1) / v->output_width); in vc1_draw_sprites()
214 if (!(xoff[sprite] & 0xFFFF) && xadv[sprite] == 1 << 16) { in vc1_draw_sprites()
224 …>vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width); in vc1_draw_sprites()
231 xadv[sprite], width); in vc1_draw_sprites()