P_TOPRIGHT        567 libavcodec/motion_est.c             P_TOPRIGHT[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][0];
P_TOPRIGHT        568 libavcodec/motion_est.c             P_TOPRIGHT[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][1];
P_TOPRIGHT        570 libavcodec/motion_est.c             if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT        571 libavcodec/motion_est.c             if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift);
P_TOPRIGHT        572 libavcodec/motion_est.c             if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT        574 libavcodec/motion_est.c             P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        575 libavcodec/motion_est.c             P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT        729 libavcodec/motion_est.c                 P_TOPRIGHT[0] = mv_table[xy - mot_stride + 1][0];
P_TOPRIGHT        730 libavcodec/motion_est.c                 P_TOPRIGHT[1] = mv_table[xy - mot_stride + 1][1];
P_TOPRIGHT        732 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] < (c->xmin<<1)) P_TOPRIGHT[0]= (c->xmin<<1);
P_TOPRIGHT        733 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] > (c->xmax<<1)) P_TOPRIGHT[0]= (c->xmax<<1);
P_TOPRIGHT        734 libavcodec/motion_est.c                 if(P_TOPRIGHT[1] > (c->ymax<<1)) P_TOPRIGHT[1]= (c->ymax<<1);
P_TOPRIGHT        736 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        737 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1023 libavcodec/motion_est.c                 P_TOPRIGHT[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + 2][0];
P_TOPRIGHT       1024 libavcodec/motion_est.c                 P_TOPRIGHT[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + 2][1];
P_TOPRIGHT       1026 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT       1027 libavcodec/motion_est.c                 if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT       1029 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1030 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1227 libavcodec/motion_est.c         P_TOP[0]= P_TOPRIGHT[0]= P_MEDIAN[0]=
P_TOPRIGHT       1228 libavcodec/motion_est.c         P_TOP[1]= P_TOPRIGHT[1]= P_MEDIAN[1]= 0; //FIXME
P_TOPRIGHT       1232 libavcodec/motion_est.c         P_TOPRIGHT[0] = s->p_mv_table[xy + s->mb_stride - 1][0];
P_TOPRIGHT       1233 libavcodec/motion_est.c         P_TOPRIGHT[1] = s->p_mv_table[xy + s->mb_stride - 1][1];
P_TOPRIGHT       1235 libavcodec/motion_est.c         if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift);
P_TOPRIGHT       1236 libavcodec/motion_est.c         if(P_TOPRIGHT[1] < (c->ymin<<shift)) P_TOPRIGHT[1]= (c->ymin<<shift);
P_TOPRIGHT       1238 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1239 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1292 libavcodec/motion_est.c                 P_TOPRIGHT[0] = mv_table[mot_xy - mot_stride + 1         ][0];
P_TOPRIGHT       1293 libavcodec/motion_est.c                 P_TOPRIGHT[1] = mv_table[mot_xy - mot_stride + 1         ][1];
P_TOPRIGHT       1295 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT       1296 libavcodec/motion_est.c                 if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT       1298 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1299 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1567 libavcodec/motion_est.c         P_TOPRIGHT[0] = av_clip(mv_table[mot_xy - mot_stride + 1         ][0], xmin<<shift, xmax<<shift);
P_TOPRIGHT       1568 libavcodec/motion_est.c         P_TOPRIGHT[1] = av_clip(mv_table[mot_xy - mot_stride + 1         ][1], ymin<<shift, ymax<<shift);
P_TOPRIGHT       1570 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1571 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1087 libavcodec/motion_est_template.c                         |P_TOPRIGHT[0]|P_TOPRIGHT[1])==0){
P_TOPRIGHT       1102 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT       1206 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT       1266 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT       1793 libavcodec/snow.c     P_TOPRIGHT[0]= tr->mx;
P_TOPRIGHT       1794 libavcodec/snow.c     P_TOPRIGHT[1]= tr->my;
P_TOPRIGHT       1825 libavcodec/snow.c     if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT       1826 libavcodec/snow.c     if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift); //due to pmx no clip
P_TOPRIGHT       1827 libavcodec/snow.c     if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT       1829 libavcodec/snow.c     P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1830 libavcodec/snow.c     P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);