Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1dec.c184 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; in vc1_draw_sprites() local
190 xadv[i] = sd->coefs[i][0]; in vc1_draw_sprites()
191 if (xadv[i] != 1<<16 || (v->sprite_width << 16) - (v->output_width << 16) - xoff[i]) in vc1_draw_sprites()
192 xadv[i] = av_clip(xadv[i], 0, ((v->sprite_width<<16) - xoff[i] - 1) / v->output_width); in vc1_draw_sprites()
218 if (!(xoff[sprite] & 0xFFFF) && xadv[sprite] == 1 << 16) { in vc1_draw_sprites()
228 v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width); in vc1_draw_sprites()
235 xadv[sprite], width); in vc1_draw_sprites()

Completed in 2 milliseconds