Home
last modified time | relevance | path

Searched refs:P_TOPRIGHT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c42 #define P_TOPRIGHT P[3] macro
613 P_TOPRIGHT[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][0]; in h263_mv4_search()
614 P_TOPRIGHT[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][1]; in h263_mv4_search()
616 if (P_TOPRIGHT[0] < c->xmin * (1 << shift)) P_TOPRIGHT[0] = c->xmin * (1 << shift); in h263_mv4_search()
617 if (P_TOPRIGHT[0] > c->xmax * (1 << shift)) P_TOPRIGHT[0] = c->xmax * (1 << shift); in h263_mv4_search()
618 if (P_TOPRIGHT[1] > c->ymax * (1 << shift)) P_TOPRIGHT[1] = c->ymax * (1 << shift); in h263_mv4_search()
620 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[ in h263_mv4_search()
[all...]
H A Dsnowenc.c215 #define P_TOPRIGHT P[3] macro
277 P_TOPRIGHT[0]= tr->mx; in encode_q_branch()
278 P_TOPRIGHT[1]= tr->my; in encode_q_branch()
314 if(P_TOPRIGHT[0] < (c->xmin * (1<<shift))) P_TOPRIGHT[0]= (c->xmin * (1<<shift)); in encode_q_branch()
315 if(P_TOPRIGHT[0] > (c->xmax<<shift)) P_TOPRIGHT[0]= (c->xmax<<shift); //due to pmx no clip in encode_q_branch()
316 if(P_TOPRIGHT[1] > (c->ymax<<shift)) P_TOPRIGHT[1]= (c->ymax<<shift); in encode_q_branch()
318 P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0], P_TOPRIGHT[ in encode_q_branch()
[all...]
H A Dmotion_est_template.c912 |P_TOPRIGHT[0]|P_TOPRIGHT[1])==0){ in epzs_motion_search_internal()
927 CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift) in epzs_motion_search_internal()
1030 CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift) in epzs_motion_search2()

Completed in 7 milliseconds