Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo.c1511 int mx, my, src_x, src_y, uvsrc_x, uvsrc_y, sx, sy, uvsx, uvsy; in mpeg_motion_lowres() local
1539 uvsy = ((motion_y >> 1) & s_mask) | (sy & 1); in mpeg_motion_lowres()
1547 uvsy = (2 * my) & s_mask; in mpeg_motion_lowres()
1555 uvsy = my & s_mask; in mpeg_motion_lowres()
1563 uvsy = motion_y & s_mask; in mpeg_motion_lowres()
1569 uvsy = motion_y & s_mask; in mpeg_motion_lowres()
1628 uvsy = (uvsy << 2) >> lowres; in mpeg_motion_lowres()
1630 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1631 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()