P_TOP             609 libavcodec/motion_est.c             P_TOP[0]      = s->current_picture.motion_val[0][mot_xy - mot_stride             ][0];
P_TOP             610 libavcodec/motion_est.c             P_TOP[1]      = s->current_picture.motion_val[0][mot_xy - mot_stride             ][1];
P_TOP             613 libavcodec/motion_est.c             if(P_TOP[1]      > (c->ymax<<shift)) P_TOP[1]     = (c->ymax<<shift);
P_TOP             618 libavcodec/motion_est.c             P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP             619 libavcodec/motion_est.c             P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP             783 libavcodec/motion_est.c                 P_TOP[0]      = mv_table[xy - mot_stride][0];
P_TOP             784 libavcodec/motion_est.c                 P_TOP[1]      = mv_table[xy - mot_stride][1];
P_TOP             787 libavcodec/motion_est.c                 if(P_TOP[1]      > (c->ymax<<1)) P_TOP[1]     = (c->ymax<<1);
P_TOP             792 libavcodec/motion_est.c                 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP             793 libavcodec/motion_est.c                 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP             933 libavcodec/motion_est.c             P_TOP[0]      = s->current_picture.motion_val[0][mot_xy - mot_stride    ][0];
P_TOP             934 libavcodec/motion_est.c             P_TOP[1]      = s->current_picture.motion_val[0][mot_xy - mot_stride    ][1];
P_TOP             937 libavcodec/motion_est.c             if (P_TOP[1] > (c->ymax << shift))
P_TOP             938 libavcodec/motion_est.c                 P_TOP[1] =  c->ymax << shift;
P_TOP             944 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP             945 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP            1088 libavcodec/motion_est.c         P_TOP[0]= P_TOPRIGHT[0]= P_MEDIAN[0]=
P_TOP            1089 libavcodec/motion_est.c         P_TOP[1]= P_TOPRIGHT[1]= P_MEDIAN[1]= 0; //FIXME
P_TOP            1091 libavcodec/motion_est.c         P_TOP[0]      = s->p_mv_table[xy + s->mb_stride    ][0];
P_TOP            1092 libavcodec/motion_est.c         P_TOP[1]      = s->p_mv_table[xy + s->mb_stride    ][1];
P_TOP            1095 libavcodec/motion_est.c         if(P_TOP[1]      < (c->ymin<<shift)) P_TOP[1]     = (c->ymin<<shift);
P_TOP            1099 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP            1100 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP            1141 libavcodec/motion_est.c             P_TOP[0]      = mv_table[mot_xy - mot_stride    ][0];
P_TOP            1142 libavcodec/motion_est.c             P_TOP[1]      = mv_table[mot_xy - mot_stride    ][1];
P_TOP            1145 libavcodec/motion_est.c             if (P_TOP[1] > (c->ymax << shift)) P_TOP[1] = (c->ymax << shift);
P_TOP            1149 libavcodec/motion_est.c             P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP            1150 libavcodec/motion_est.c             P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP            1462 libavcodec/motion_est.c         P_TOP[0]      = av_clip(mv_table[mot_xy - mot_stride             ][0], xmin<<shift, xmax<<shift);
P_TOP            1463 libavcodec/motion_est.c         P_TOP[1]      = av_clip(mv_table[mot_xy - mot_stride             ][1], ymin<<shift, ymax<<shift);
P_TOP            1467 libavcodec/motion_est.c         P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP            1468 libavcodec/motion_est.c         P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);
P_TOP             910 libavcodec/motion_est_template.c                         |P_TOP[0]     |P_TOP[1]
P_TOP             925 libavcodec/motion_est_template.c         CHECK_MV(P_TOP[0]     >>shift, P_TOP[1]     >>shift)
P_TOP            1028 libavcodec/motion_est_template.c         CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift)
P_TOP             283 libavcodec/snowenc.c     P_TOP [0]= top->mx;
P_TOP             284 libavcodec/snowenc.c     P_TOP [1]= top->my;
P_TOP             315 libavcodec/snowenc.c     if(P_TOP[0]      > (c->xmax<<shift)) P_TOP[0]     = (c->xmax<<shift);
P_TOP             316 libavcodec/snowenc.c     if(P_TOP[1]      > (c->ymax<<shift)) P_TOP[1]     = (c->ymax<<shift);
P_TOP             321 libavcodec/snowenc.c     P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]);
P_TOP             322 libavcodec/snowenc.c     P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]);