Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c874 const int ref_mv_stride= s->mb_stride; //pass as arg FIXME in epzs_motion_search_internal() local
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()
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()
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()
956 const int xy= mb_x + 1 + (mb_y + 1)*ref_mv_stride; in epzs_motion_search_internal()
1004 const int ref_mv_stride= s->mb_stride; in epzs_motion_search2() local
1005 const int ref_mv_xy= s->mb_x + s->mb_y *ref_mv_stride; in epzs_motion_search2()
1038 CHECK_CLIPPED_MV((last_mv[ref_mv_xy+ref_mv_stride][ in epzs_motion_search2()
[all...]

Completed in 3 milliseconds