Home
last modified time | relevance | path

Searched refs:x_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
1993 x_subpel = motion_x & subpel_mask; in vp4_mc_loop_filter()
1996 if (x_subpel || y_subpel) { in vp4_mc_loop_filter()
2000 if (x_subpel) in vp4_mc_loop_filter()
2015 if (x_offset > 8 + x_subpel && y_offset > 8 + y_subpel) in vp4_mc_loop_filter()
2024 if (x_offset <= 8 + x_subpel) in vp4_mc_loop_filter()