Searched refs:P_TOP (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 41 #define P_TOP P[2] macro 611 P_TOP[0] = s->current_picture.motion_val[0][mot_xy - mot_stride ][0]; in h263_mv4_search() 612 P_TOP[1] = s->current_picture.motion_val[0][mot_xy - mot_stride ][1]; in h263_mv4_search() 615 if (P_TOP[1] > c->ymax * (1 << shift)) P_TOP[1] = c->ymax * (1 << shift); in h263_mv4_search() 620 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]); in h263_mv4_search() 621 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]); in h263_mv4_search() 785 P_TOP[0] = mv_table[xy - mot_stride][0]; in interlaced_search() 786 P_TOP[1] = mv_table[xy - mot_stride][1]; in interlaced_search() 789 if(P_TOP[ in interlaced_search() [all...] |
H A D | motion_est_template.c | 911 |P_TOP[0] |P_TOP[1] in epzs_motion_search_internal() 926 CHECK_MV(P_TOP[0] >>shift, P_TOP[1] >>shift) in epzs_motion_search_internal() 1029 CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift) in epzs_motion_search2()
|
H A D | snowenc.c | 214 #define P_TOP P[2] macro 275 P_TOP [0]= top->mx; in encode_q_branch() 276 P_TOP [1]= top->my; in encode_q_branch() 312 if(P_TOP[0] > (c->xmax<<shift)) P_TOP[0] = (c->xmax<<shift); in encode_q_branch() 313 if(P_TOP[1] > (c->ymax<<shift)) P_TOP[1] = (c->ymax<<shift); in encode_q_branch() 318 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]); in encode_q_branch() 319 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]); in encode_q_branch()
|
Completed in 8 milliseconds