Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c1979 int x_subpel, y_subpel; in vp4_mc_loop_filter() local
1994 y_subpel = motion_y & subpel_mask; in vp4_mc_loop_filter()
1996 if (x_subpel || y_subpel) { in vp4_mc_loop_filter()
2003 if (y_subpel) in vp4_mc_loop_filter()
2015 if (x_offset > 8 + x_subpel && y_offset > 8 + y_subpel) in vp4_mc_loop_filter()
2027 if (y_offset <= 8 + y_subpel) in vp4_mc_loop_filter()