Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c1972 int motion_shift = plane ? 4 : 2; in vp4_mc_loop_filter() local
1990 x = 8 * bx + motion_x / motion_shift; in vp4_mc_loop_filter()
1991 y = 8 * by + motion_y / motion_shift; in vp4_mc_loop_filter()