P_LEFT            599 libavcodec/motion_est.c         P_LEFT[0] = s->current_picture.motion_val[0][mot_xy - 1][0];
P_LEFT            600 libavcodec/motion_est.c         P_LEFT[1] = s->current_picture.motion_val[0][mot_xy - 1][1];
P_LEFT            602 libavcodec/motion_est.c         if(P_LEFT[0]       > (c->xmax<<shift)) P_LEFT[0]       = (c->xmax<<shift);
P_LEFT            606 libavcodec/motion_est.c             c->pred_x= pred_x4= P_LEFT[0];
P_LEFT            607 libavcodec/motion_est.c             c->pred_y= pred_y4= P_LEFT[1];
P_LEFT            618 libavcodec/motion_est.c             P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            619 libavcodec/motion_est.c             P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            775 libavcodec/motion_est.c             P_LEFT[0] = mv_table[xy - 1][0];
P_LEFT            776 libavcodec/motion_est.c             P_LEFT[1] = mv_table[xy - 1][1];
P_LEFT            777 libavcodec/motion_est.c             if(P_LEFT[0]       > (c->xmax<<1)) P_LEFT[0]       = (c->xmax<<1);
P_LEFT            779 libavcodec/motion_est.c             c->pred_x= P_LEFT[0];
P_LEFT            780 libavcodec/motion_est.c             c->pred_y= P_LEFT[1];
P_LEFT            792 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            793 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            926 libavcodec/motion_est.c         P_LEFT[0] = s->current_picture.motion_val[0][mot_xy - 1][0];
P_LEFT            927 libavcodec/motion_est.c         P_LEFT[1] = s->current_picture.motion_val[0][mot_xy - 1][1];
P_LEFT            929 libavcodec/motion_est.c         if (P_LEFT[0] > (c->xmax << shift))
P_LEFT            930 libavcodec/motion_est.c             P_LEFT[0] =  c->xmax << shift;
P_LEFT            944 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            945 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            951 libavcodec/motion_est.c                 c->pred_x = P_LEFT[0];
P_LEFT            952 libavcodec/motion_est.c                 c->pred_y = P_LEFT[1];
P_LEFT            955 libavcodec/motion_est.c             c->pred_x = P_LEFT[0];
P_LEFT            956 libavcodec/motion_est.c             c->pred_y = P_LEFT[1];
P_LEFT           1079 libavcodec/motion_est.c     P_LEFT[0]       = s->p_mv_table[xy + 1][0];
P_LEFT           1080 libavcodec/motion_est.c     P_LEFT[1]       = s->p_mv_table[xy + 1][1];
P_LEFT           1082 libavcodec/motion_est.c     if(P_LEFT[0]       < (c->xmin<<shift)) P_LEFT[0]       = (c->xmin<<shift);
P_LEFT           1086 libavcodec/motion_est.c         c->pred_x= P_LEFT[0];
P_LEFT           1087 libavcodec/motion_est.c         c->pred_y= P_LEFT[1];
P_LEFT           1099 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1100 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT           1134 libavcodec/motion_est.c         P_LEFT[0] = mv_table[mot_xy - 1][0];
P_LEFT           1135 libavcodec/motion_est.c         P_LEFT[1] = mv_table[mot_xy - 1][1];
P_LEFT           1137 libavcodec/motion_est.c         if (P_LEFT[0] > (c->xmax << shift)) P_LEFT[0] = (c->xmax << shift);
P_LEFT           1149 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1150 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT           1152 libavcodec/motion_est.c         c->pred_x = P_LEFT[0];
P_LEFT           1153 libavcodec/motion_est.c         c->pred_y = P_LEFT[1];
P_LEFT           1457 libavcodec/motion_est.c     P_LEFT[0]        = av_clip(mv_table[mot_xy - 1][0], xmin<<shift, xmax<<shift);
P_LEFT           1458 libavcodec/motion_est.c     P_LEFT[1]        = av_clip(mv_table[mot_xy - 1][1], ymin<<shift, ymax<<shift);
P_LEFT           1467 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT           1468 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            904 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT            909 libavcodec/motion_est_template.c                     && ( P_LEFT[0]    |P_LEFT[1]
P_LEFT            924 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]    >>shift, P_LEFT[1]    >>shift)
P_LEFT           1019 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT           1027 libavcodec/motion_est_template.c         CHECK_MV(P_LEFT[0]>>shift, P_LEFT[1]>>shift)
P_LEFT            281 libavcodec/snowenc.c     P_LEFT[0]= left->mx;
P_LEFT            282 libavcodec/snowenc.c     P_LEFT[1]= left->my;
P_LEFT            313 libavcodec/snowenc.c     if(P_LEFT[0]     > (c->xmax<<shift)) P_LEFT[0]    = (c->xmax<<shift);
P_LEFT            314 libavcodec/snowenc.c     if(P_LEFT[1]     > (c->ymax<<shift)) P_LEFT[1]    = (c->ymax<<shift);
P_LEFT            321 libavcodec/snowenc.c     P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_LEFT            322 libavcodec/snowenc.c     P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_LEFT            325 libavcodec/snowenc.c         c->pred_x= P_LEFT[0];
P_LEFT            326 libavcodec/snowenc.c         c->pred_y= P_LEFT[1];