Lines Matching refs:mot_step
398 ptrdiff_t mot_step, mot_stride;
410 set_mv_strides(s, &mot_step, &mot_stride);
431 const int mot_index= (mb_x + mb_y*mot_stride) * mot_step;
518 mot_index = (mb_x + mb_y * mot_stride) * mot_step;
522 s->cur_pic.motion_val[0][mot_index - mot_step][0];
524 s->cur_pic.motion_val[0][mot_index - mot_step][1];
531 s->cur_pic.motion_val[0][mot_index + mot_step][0];
533 s->cur_pic.motion_val[0][mot_index + mot_step][1];
540 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][0];
542 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][1];
549 s->cur_pic.motion_val[0][mot_index + mot_stride * mot_step][0];
551 s->cur_pic.motion_val[0][mot_index + mot_stride * mot_step][1];
672 for (i = 0; i < mot_step; i++)
673 for (j = 0; j < mot_step; j++) {