Home
last modified time | relevance | path

Searched refs:P_MV1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c1023 CHECK_MV(P_MV1[0]>>shift, P_MV1[1]>>shift) in epzs_motion_search2()
1025 CHECK_MV(P_MV1[0]>>shift, P_MV1[1]>>shift) in epzs_motion_search2()
Dmotion_est.c44 #define P_MV1 P[9] macro
626 P_MV1[0]= mx; in h263_mv4_search()
627 P_MV1[1]= my; in h263_mv4_search()
797 P_MV1[0]= mx; //FIXME not correct if block != field_select in interlaced_search()
798 P_MV1[1]= my / 2; in interlaced_search()
Dsnowenc.c217 #define P_MV1 P[9] macro