Searched refs:P_MEDIAN (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 43 #define P_MEDIAN P[4] macro 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() 623 c->pred_x= pred_x4 = P_MEDIAN[0]; in h263_mv4_search() 624 c->pred_y= pred_y4 = P_MEDIAN[1]; in h263_mv4_search() 794 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]); in interlaced_search() 795 P_MEDIAN[1]= mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]); in interlaced_search() 946 P_MEDIAN[0] = mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[0]); in ff_estimate_p_frame_motion() 947 P_MEDIAN[1] = mid_pred(P_LEFT[1], P_TOP[1], P_TOPRIGHT[1]); in ff_estimate_p_frame_motion() 950 c->pred_x = P_MEDIAN[ in ff_estimate_p_frame_motion() [all...] |
H A D | motion_est_template.c | 918 CHECK_MV( P_MEDIAN[0] >>shift , P_MEDIAN[1] >>shift) in epzs_motion_search_internal() 919 CHECK_CLIPPED_MV((P_MEDIAN[0]>>shift) , (P_MEDIAN[1]>>shift)-1) in epzs_motion_search_internal() 920 CHECK_CLIPPED_MV((P_MEDIAN[0]>>shift) , (P_MEDIAN[1]>>shift)+1) in epzs_motion_search_internal() 921 CHECK_CLIPPED_MV((P_MEDIAN[0]>>shift)-1, (P_MEDIAN[1]>>shift) ) in epzs_motion_search_internal() 922 CHECK_CLIPPED_MV((P_MEDIAN[0]>>shift)+1, (P_MEDIAN[ in epzs_motion_search_internal() [all...] |
H A D | snowenc.c | 216 #define P_MEDIAN P[4] macro 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() 325 c->pred_x = P_MEDIAN[0]; in encode_q_branch() 326 c->pred_y = P_MEDIAN[1]; in encode_q_branch()
|
Completed in 8 milliseconds