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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c382 int mb_x, mb_y, mot_step, mot_stride; local
384 set_mv_strides(s, &mot_step, &mot_stride);
403 const int mot_index= (mb_x + mb_y*mot_stride) * mot_step;
450 const int mot_index = (mb_x + mb_y * mot_stride) * mot_step;
489 s->cur_pic.motion_val[0][mot_index - mot_step][0];
491 s->cur_pic.motion_val[0][mot_index - mot_step][1];
498 s->cur_pic.motion_val[0][mot_index + mot_step][0];
500 s->cur_pic.motion_val[0][mot_index + mot_step][1];
507 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][0];
509 s->cur_pic.motion_val[0][mot_index - mot_stride * mot_step][
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c399 int mb_x, mb_y, mot_step, mot_stride; local
401 set_mv_strides(s, &mot_step, &mot_stride);
475 const int mot_index = (mb_x + mb_y * mot_stride) * mot_step;
516 s->current_picture.f.motion_val[0][mot_index - mot_step][0];
518 s->current_picture.f.motion_val[0][mot_index - mot_step][1];
525 s->current_picture.f.motion_val[0][mot_index + mot_step][0];
527 s->current_picture.f.motion_val[0][mot_index + mot_step][1];
534 s->current_picture.f.motion_val[0][mot_index - mot_stride * mot_step][0];
536 s->current_picture.f.motion_val[0][mot_index - mot_stride * mot_step][1];
543 s->current_picture.f.motion_val[0][mot_index + mot_stride * mot_step][
[all...]

Completed in 93 milliseconds