H A D | motion_est_template.c | 861 int P[10][2], int src_index, int ref_index, const int16_t (*last_mv)[2], in epzs_motion_search_internal() 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() 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_x in epzs_motion_search_internal() 860 epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, const int16_t (*last_mv)[2], int ref_mv_scale, int flags, int size, int h) epzs_motion_search_internal() argument 977 ff_epzs_motion_search(MpegEncContext *s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, const int16_t (*last_mv)[2], int ref_mv_scale, int size, int h) ff_epzs_motion_search() argument 993 epzs_motion_search2(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, const int16_t (*last_mv)[2], int ref_mv_scale, const int size) epzs_motion_search2() argument [all...] |