Lines Matching defs:mot_stride
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;
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];
674 s->cur_pic.motion_val[0][mot_index + i + j * mot_stride][0] = s->mv[0][0][0];
675 s->cur_pic.motion_val[0][mot_index + i + j * mot_stride][1] = s->mv[0][0][1];