Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c398 ptrdiff_t mot_step, mot_stride; in guess_mv() local
410 set_mv_strides(s, &mot_step, &mot_stride); in guess_mv()
431 const int mot_index= (mb_x + mb_y*mot_stride) * mot_step; in guess_mv()
518 mot_index = (mb_x + mb_y * mot_stride) * mot_step; in guess_mv()
522 s->cur_pic.motion_val[0][mot_index - mot_step][0]; in guess_mv()
524 s->cur_pic.motion_val[0][mot_index - mot_step][1]; in guess_mv()
531 s->cur_pic.motion_val[0][mot_index + mot_step][0]; in guess_mv()
533 s->cur_pic.motion_val[0][mot_index + mot_step][1]; in guess_mv()
540 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][0]; in guess_mv()
542 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][ in guess_mv()
[all...]

Completed in 2 milliseconds