• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:motion_val

512         s->current_picture.f.motion_val[0][mot_xy    ][0] = mx;
513 s->current_picture.f.motion_val[0][mot_xy ][1] = my;
514 s->current_picture.f.motion_val[0][mot_xy + 1][0] = mx;
515 s->current_picture.f.motion_val[0][mot_xy + 1][1] = my;
518 s->current_picture.f.motion_val[0][mot_xy ][0] = mx;
519 s->current_picture.f.motion_val[0][mot_xy ][1] = my;
520 s->current_picture.f.motion_val[0][mot_xy + 1][0] = mx;
521 s->current_picture.f.motion_val[0][mot_xy + 1][1] = my;
594 P_LEFT[0] = s->current_picture.f.motion_val[0][mot_xy - 1][0];
595 P_LEFT[1] = s->current_picture.f.motion_val[0][mot_xy - 1][1];
604 P_TOP[0] = s->current_picture.f.motion_val[0][mot_xy - mot_stride ][0];
605 P_TOP[1] = s->current_picture.f.motion_val[0][mot_xy - mot_stride ][1];
606 P_TOPRIGHT[0] = s->current_picture.f.motion_val[0][mot_xy - mot_stride + off[block]][0];
607 P_TOPRIGHT[1] = s->current_picture.f.motion_val[0][mot_xy - mot_stride + off[block]][1];
659 s->current_picture.f.motion_val[0][s->block_index[block]][0] = mx4;
660 s->current_picture.f.motion_val[0][s->block_index[block]][1] = my4;
875 clip_input_mv(s, p->f.motion_val[0][xy], !!IS_INTERLACED(mb_type));
876 clip_input_mv(s, p->f.motion_val[1][xy], !!IS_INTERLACED(mb_type));
900 *(uint32_t*)s->p_field_mv_table[0][field_select0][mb_xy] = *(uint32_t*)p->f.motion_val[0][xy ];
901 *(uint32_t*)s->p_field_mv_table[1][field_select1][mb_xy] = *(uint32_t*)p->f.motion_val[0][xy2];
906 *(uint32_t*)s->b_field_mv_table[0][0][field_select0][mb_xy] = *(uint32_t*)p->f.motion_val[0][xy ];
907 *(uint32_t*)s->b_field_mv_table[0][1][field_select1][mb_xy] = *(uint32_t*)p->f.motion_val[0][xy2];
911 x = p->f.motion_val[0][xy ][0];
912 y = p->f.motion_val[0][xy ][1];
914 x = p->f.motion_val[0][xy2][0];
915 y = p->f.motion_val[0][xy2][1];
927 *(uint32_t*)s->b_field_mv_table[1][0][field_select0][mb_xy] = *(uint32_t*)p->f.motion_val[1][xy ];
928 *(uint32_t*)s->b_field_mv_table[1][1][field_select1][mb_xy] = *(uint32_t*)p->f.motion_val[1][xy2];
935 x = p->f.motion_val[1][xy ][0];
936 y = p->f.motion_val[1][xy ][1];
938 x = p->f.motion_val[1][xy2][0];
939 y = p->f.motion_val[1][xy2][1];
955 x= p->f.motion_val[0][xy][0];
956 y= p->f.motion_val[0][xy][1];
963 *(uint32_t*)s->p_mv_table[mb_xy] = *(uint32_t*)p->f.motion_val[0][xy];
966 *(uint32_t*)s->b_bidir_forw_mv_table[mb_xy] = *(uint32_t*)p->f.motion_val[0][xy];
967 *(uint32_t*)s->b_bidir_back_mv_table[mb_xy] = *(uint32_t*)p->f.motion_val[1][xy];
970 *(uint32_t*)s->b_forw_mv_table[mb_xy] = *(uint32_t*)p->f.motion_val[0][xy];
973 x = p->f.motion_val[0][xy][0];
974 y = p->f.motion_val[0][xy][1];
977 *(uint32_t*)s->b_back_mv_table[mb_xy] = *(uint32_t*)p->f.motion_val[1][xy];
980 x = p->f.motion_val[1][xy][0];
981 y = p->f.motion_val[1][xy][1];
1054 P_LEFT[0] = s->current_picture.f.motion_val[0][mot_xy - 1][0];
1055 P_LEFT[1] = s->current_picture.f.motion_val[0][mot_xy - 1][1];
1060 P_TOP[0] = s->current_picture.f.motion_val[0][mot_xy - mot_stride ][0];
1061 P_TOP[1] = s->current_picture.f.motion_val[0][mot_xy - mot_stride ][1];
1062 P_TOPRIGHT[0] = s->current_picture.f.motion_val[0][mot_xy - mot_stride + 2][0];
1063 P_TOPRIGHT[1] = s->current_picture.f.motion_val[0][mot_xy - mot_stride + 2][1];
1580 c->co_located_mv[i][0] = s->next_picture.f.motion_val[0][index][0];
1581 c->co_located_mv[i][1] = s->next_picture.f.motion_val[0][index][1];
1899 int mx = s->current_picture.f.motion_val[0][ xy + off ][0];
1900 int my = s->current_picture.f.motion_val[0][ xy + off ][1];