P_LEFT            602 libavcodec/motion_est.c         P_LEFT[0] = s->current_picture.motion_val[0][mot_xy - 1][0];
P_LEFT            603 libavcodec/motion_est.c         P_LEFT[1] = s->current_picture.motion_val[0][mot_xy - 1][1];
P_LEFT            605 libavcodec/motion_est.c         if(P_LEFT[0]       > (c->xmax<<shift)) P_LEFT[0]       = (c->xmax<<shift);
P_LEFT            609 libavcodec/motion_est.c             c->pred_x= pred_x4= P_LEFT[0];
P_LEFT            610 libavcodec/motion_est.c             c->pred_y= pred_y4= P_LEFT[1];
P_LEFT            621 libavcodec/motion_est.c             P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            622 libavcodec/motion_est.c             P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            778 libavcodec/motion_est.c             P_LEFT[0] = mv_table[xy - 1][0];
P_LEFT            779 libavcodec/motion_est.c             P_LEFT[1] = mv_table[xy - 1][1];
P_LEFT            780 libavcodec/motion_est.c             if(P_LEFT[0]       > (c->xmax<<1)) P_LEFT[0]       = (c->xmax<<1);
P_LEFT            782 libavcodec/motion_est.c             c->pred_x= P_LEFT[0];
P_LEFT            783 libavcodec/motion_est.c             c->pred_y= P_LEFT[1];
P_LEFT            795 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            796 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            937 libavcodec/motion_est.c             P_LEFT[0] = s->current_picture.motion_val[0][mot_xy - 1][0];
P_LEFT            938 libavcodec/motion_est.c             P_LEFT[1] = s->current_picture.motion_val[0][mot_xy - 1][1];
P_LEFT            940 libavcodec/motion_est.c             if(P_LEFT[0]       > (c->xmax<<shift)) P_LEFT[0]       = (c->xmax<<shift);
P_LEFT            951 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            952 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            958 libavcodec/motion_est.c                     c->pred_x= P_LEFT[0];
P_LEFT            959 libavcodec/motion_est.c                     c->pred_y= P_LEFT[1];
P_LEFT            962 libavcodec/motion_est.c                 c->pred_x= P_LEFT[0];
P_LEFT            963 libavcodec/motion_est.c                 c->pred_y= P_LEFT[1];
P_LEFT           1090 libavcodec/motion_est.c     P_LEFT[0]       = s->p_mv_table[xy + 1][0];
P_LEFT           1091 libavcodec/motion_est.c     P_LEFT[1]       = s->p_mv_table[xy + 1][1];
P_LEFT           1093 libavcodec/motion_est.c     if(P_LEFT[0]       < (c->xmin<<shift)) P_LEFT[0]       = (c->xmin<<shift);
P_LEFT           1097 libavcodec/motion_est.c         c->pred_x= P_LEFT[0];
P_LEFT           1098 libavcodec/motion_est.c         c->pred_y= P_LEFT[1];
P_LEFT           1110 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1111 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT           1153 libavcodec/motion_est.c         P_LEFT[0] = mv_table[mot_xy - 1][0];
P_LEFT           1154 libavcodec/motion_est.c         P_LEFT[1] = mv_table[mot_xy - 1][1];
P_LEFT           1156 libavcodec/motion_est.c         if (P_LEFT[0] > (c->xmax << shift)) P_LEFT[0] = (c->xmax << shift);
P_LEFT           1168 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1169 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT           1171 libavcodec/motion_est.c         c->pred_x = P_LEFT[0];
P_LEFT           1172 libavcodec/motion_est.c         c->pred_y = P_LEFT[1];
P_LEFT           1478 libavcodec/motion_est.c     P_LEFT[0]        = av_clip(mv_table[mot_xy - 1][0], xmin<<shift, xmax<<shift);
P_LEFT           1479 libavcodec/motion_est.c     P_LEFT[1]        = av_clip(mv_table[mot_xy - 1][1], ymin<<shift, ymax<<shift);
P_LEFT           1488 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1489 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            902 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT            907 libavcodec/motion_est_template.c                     && ( P_LEFT[0]    |P_LEFT[1]
P_LEFT            922 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]    >>shift, P_LEFT[1]    >>shift)
P_LEFT           1018 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT           1026 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT           1077 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT           1085 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT            264 libavcodec/snowenc.c     P_LEFT[0]= left->mx;
P_LEFT            265 libavcodec/snowenc.c     P_LEFT[1]= left->my;
P_LEFT            296 libavcodec/snowenc.c     if(P_LEFT[0]     > (c->xmax<<shift)) P_LEFT[0]    = (c->xmax<<shift);
P_LEFT            297 libavcodec/snowenc.c     if(P_LEFT[1]     > (c->ymax<<shift)) P_LEFT[1]    = (c->ymax<<shift);
P_LEFT            304 libavcodec/snowenc.c     P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            305 libavcodec/snowenc.c     P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            308 libavcodec/snowenc.c         c->pred_x= P_LEFT[0];
P_LEFT            309 libavcodec/snowenc.c         c->pred_y= P_LEFT[1];