Lines Matching refs:ref_mv_xy
875 const int ref_mv_xy = s->mb_x + s->mb_y * ref_mv_stride; // add to last_mv before passing FIXME in epzs_motion_search_internal() local
906 CHECK_CLIPPED_MV((last_mv[ref_mv_xy][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
907 (last_mv[ref_mv_xy][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
923 CHECK_CLIPPED_MV((last_mv[ref_mv_xy][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
924 (last_mv[ref_mv_xy][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
931 CHECK_CLIPPED_MV((last_mv[ref_mv_xy-1][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
932 (last_mv[ref_mv_xy-1][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
934 CHECK_CLIPPED_MV((last_mv[ref_mv_xy-ref_mv_stride][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
935 (last_mv[ref_mv_xy-ref_mv_stride][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
937 CHECK_CLIPPED_MV((last_mv[ref_mv_xy+1][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
938 (last_mv[ref_mv_xy+1][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
940 CHECK_CLIPPED_MV((last_mv[ref_mv_xy+ref_mv_stride][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search_internal()
941 (last_mv[ref_mv_xy+ref_mv_stride][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search_internal()
1005 const int ref_mv_xy= s->mb_x + s->mb_y *ref_mv_stride; in epzs_motion_search2() local
1021 CHECK_CLIPPED_MV((last_mv[ref_mv_xy][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search2()
1022 (last_mv[ref_mv_xy][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search2()
1031 CHECK_CLIPPED_MV((last_mv[ref_mv_xy][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search2()
1032 (last_mv[ref_mv_xy][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search2()
1035 CHECK_CLIPPED_MV((last_mv[ref_mv_xy+1][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search2()
1036 (last_mv[ref_mv_xy+1][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search2()
1038 CHECK_CLIPPED_MV((last_mv[ref_mv_xy+ref_mv_stride][0]*ref_mv_scale + (1<<15))>>16, in epzs_motion_search2()
1039 (last_mv[ref_mv_xy+ref_mv_stride][1]*ref_mv_scale + (1<<15))>>16) in epzs_motion_search2()