Searched refs:ref_mv_xy (Results 1 – 1 of 1) sorted by relevance
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() local906 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()[all …]