P_TOPRIGHT        614 libavcodec/motion_est.c             P_TOPRIGHT[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][0];
P_TOPRIGHT        615 libavcodec/motion_est.c             P_TOPRIGHT[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][1];
P_TOPRIGHT        617 libavcodec/motion_est.c             if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT        618 libavcodec/motion_est.c             if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift);
P_TOPRIGHT        619 libavcodec/motion_est.c             if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT        621 libavcodec/motion_est.c             P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        622 libavcodec/motion_est.c             P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT        788 libavcodec/motion_est.c                 P_TOPRIGHT[0] = mv_table[xy - mot_stride + 1][0];
P_TOPRIGHT        789 libavcodec/motion_est.c                 P_TOPRIGHT[1] = mv_table[xy - mot_stride + 1][1];
P_TOPRIGHT        791 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] < (c->xmin<<1)) P_TOPRIGHT[0]= (c->xmin<<1);
P_TOPRIGHT        792 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] > (c->xmax<<1)) P_TOPRIGHT[0]= (c->xmax<<1);
P_TOPRIGHT        793 libavcodec/motion_est.c                 if(P_TOPRIGHT[1] > (c->ymax<<1)) P_TOPRIGHT[1]= (c->ymax<<1);
P_TOPRIGHT        795 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        796 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT        945 libavcodec/motion_est.c                 P_TOPRIGHT[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + 2][0];
P_TOPRIGHT        946 libavcodec/motion_est.c                 P_TOPRIGHT[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + 2][1];
P_TOPRIGHT        948 libavcodec/motion_est.c                 if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT        949 libavcodec/motion_est.c                 if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT        951 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        952 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1099 libavcodec/motion_est.c         P_TOP[0]= P_TOPRIGHT[0]= P_MEDIAN[0]=
P_TOPRIGHT       1100 libavcodec/motion_est.c         P_TOP[1]= P_TOPRIGHT[1]= P_MEDIAN[1]= 0; //FIXME
P_TOPRIGHT       1104 libavcodec/motion_est.c         P_TOPRIGHT[0] = s->p_mv_table[xy + s->mb_stride - 1][0];
P_TOPRIGHT       1105 libavcodec/motion_est.c         P_TOPRIGHT[1] = s->p_mv_table[xy + s->mb_stride - 1][1];
P_TOPRIGHT       1107 libavcodec/motion_est.c         if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift);
P_TOPRIGHT       1108 libavcodec/motion_est.c         if(P_TOPRIGHT[1] < (c->ymin<<shift)) P_TOPRIGHT[1]= (c->ymin<<shift);
P_TOPRIGHT       1110 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1111 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1162 libavcodec/motion_est.c             P_TOPRIGHT[0] = mv_table[mot_xy - mot_stride + 1][0];
P_TOPRIGHT       1163 libavcodec/motion_est.c             P_TOPRIGHT[1] = mv_table[mot_xy - mot_stride + 1][1];
P_TOPRIGHT       1165 libavcodec/motion_est.c             if (P_TOPRIGHT[0] < (c->xmin << shift)) P_TOPRIGHT[0] = (c->xmin << shift);
P_TOPRIGHT       1166 libavcodec/motion_est.c             if (P_TOPRIGHT[1] > (c->ymax << shift)) P_TOPRIGHT[1] = (c->ymax << shift);
P_TOPRIGHT       1168 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1169 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT       1485 libavcodec/motion_est.c         P_TOPRIGHT[0] = av_clip(mv_table[mot_xy - mot_stride + 1         ][0], xmin<<shift, xmax<<shift);
P_TOPRIGHT       1486 libavcodec/motion_est.c         P_TOPRIGHT[1] = av_clip(mv_table[mot_xy - mot_stride + 1         ][1], ymin<<shift, ymax<<shift);
P_TOPRIGHT       1488 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT       1489 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOPRIGHT        909 libavcodec/motion_est_template.c                         |P_TOPRIGHT[0]|P_TOPRIGHT[1])==0){
P_TOPRIGHT        924 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT       1028 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT       1087 libavcodec/motion_est_template.c         CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
P_TOPRIGHT        268 libavcodec/snowenc.c     P_TOPRIGHT[0]= tr->mx;
P_TOPRIGHT        269 libavcodec/snowenc.c     P_TOPRIGHT[1]= tr->my;
P_TOPRIGHT        300 libavcodec/snowenc.c     if(P_TOPRIGHT[0] < (c->xmin<<shift)) P_TOPRIGHT[0]= (c->xmin<<shift);
P_TOPRIGHT        301 libavcodec/snowenc.c     if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift); //due to pmx no clip
P_TOPRIGHT        302 libavcodec/snowenc.c     if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift);
P_TOPRIGHT        304 libavcodec/snowenc.c     P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOPRIGHT        305 libavcodec/snowenc.c     P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);