/external/libaom/libaom/av1/common/ |
D | warped_motion.h | 73 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, 84 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, 91 int mvx, WarpedMotionParams *wm_params, int mi_row, 94 int get_shear_params(WarpedMotionParams *wm);
|
D | mv.h | 94 } WarpedMotionParams; typedef 97 static const WarpedMotionParams default_warp_params = { 210 static INLINE int_mv gm_get_motion_vector(const WarpedMotionParams *gm, in gm_get_motion_vector() 266 static INLINE TransformationType get_wmtype(const WarpedMotionParams *gm) { in get_wmtype()
|
D | warped_motion.c | 333 static int is_affine_valid(const WarpedMotionParams *const wm) { in is_affine_valid() 348 int get_shear_params(WarpedMotionParams *wm) { in get_shear_params() 517 static void highbd_warp_plane(WarpedMotionParams *wm, const uint8_t *const ref8, in highbd_warp_plane() 556 WarpedMotionParams *wm, const uint8_t *const ref8, int width, int height, in highbd_warp_error() 804 static void warp_plane(WarpedMotionParams *wm, const uint8_t *const ref, in warp_plane() 837 static int64_t warp_error(WarpedMotionParams *wm, const uint8_t *const ref, in warp_error() 878 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error() 894 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane() 1022 WarpedMotionParams *wm, int mi_row, int mi_col) { in find_affine_int() 1136 int mvx, WarpedMotionParams *wm_params, int mi_row, in find_projection()
|
D | blockd.h | 215 WarpedMotionParams wm_params; 556 const WarpedMotionParams *global_motion; 1029 motion_mode_allowed(const WarpedMotionParams *gm_params, const MACROBLOCKD *xd, in motion_mode_allowed() 1055 const WarpedMotionParams *gm_params, in assert_motion_mode_valid()
|
D | reconinter.h | 362 const WarpedMotionParams *const gm_params, 364 WarpedMotionParams *final_warp_params);
|
D | reconinter.c | 37 const WarpedMotionParams *const gm_params, in av1_allow_warp() 39 WarpedMotionParams *final_warp_params) { in av1_allow_warp() 76 WarpedMotionParams final_warp_params; in av1_make_inter_predictor()
|
D | onyxc_int.h | 141 WarpedMotionParams global_motion[REF_FRAMES]; 520 WarpedMotionParams global_motion[REF_FRAMES];
|
D | mvref_common.c | 78 const WarpedMotionParams *gm_params, int col, int weight) { in add_ref_mv_candidate()
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.h | 31 WarpedMotionParams *model); 39 int64_t av1_refine_integerized_param(WarpedMotionParams *wm,
|
D | global_motion.c | 112 WarpedMotionParams *model) { in av1_convert_model_to_params() 148 static void force_wmtype(WarpedMotionParams *wm, TransformationType wmtype) { in force_wmtype() 168 int64_t av1_refine_integerized_param(WarpedMotionParams *wm, in av1_refine_integerized_param()
|
D | reconinter_enc.c | 86 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in build_inter_predictors() 478 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in build_inter_predictors_single_buf()
|
D | encodeframe.c | 5087 static int gm_get_params_cost(const WarpedMotionParams *gm, in gm_get_params_cost() 5088 const WarpedMotionParams *ref_gm, int allow_hp) { in gm_get_params_cost() 5500 WarpedMotionParams tmp_wm_params; in encode_frame_internal() 5514 const WarpedMotionParams *ref_params = in encode_frame_internal() 5523 sizeof(WarpedMotionParams)); in encode_frame_internal() 5583 sizeof(WarpedMotionParams)); in encode_frame_internal() 5634 REF_FRAMES * sizeof(WarpedMotionParams)); in encode_frame_internal()
|
D | bitstream.c | 2637 static void write_global_motion_params(const WarpedMotionParams *params, in write_global_motion_params() 2638 const WarpedMotionParams *ref_params, in write_global_motion_params() 2696 const WarpedMotionParams *ref_params = in write_global_motion()
|
D | rdopt.c | 6673 const WarpedMotionParams *const wm = in joint_motion_search() 7278 const WarpedMotionParams *const wm = &xd->global_motion[other_ref]; in build_second_inter_pred() 8514 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[i]]; in is_comp_rd_match() 8612 const WarpedMotionParams *const wm = in save_comp_rd_search_stat() 9248 WarpedMotionParams *wm_params, in check_if_optimal_warp() 9493 const WarpedMotionParams wm_params0 = mbmi->wm_params; in motion_mode_rd()
|
D | mcomp.c | 927 WarpedMotionParams best_wm_params = mbmi->wm_params; in av1_refine_warped_mv()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 347 const WarpedMotionParams *const wm = in aom_upsampled_pred_c() 939 const WarpedMotionParams *const wm = in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 550 const WarpedMotionParams *const wm = in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 680 const WarpedMotionParams *const wm = in aom_highbd_upsampled_pred_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 643 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in dec_build_inter_predictors() 4619 static int read_global_motion_params(WarpedMotionParams *params, in read_global_motion_params() 4620 const WarpedMotionParams *ref_params, in read_global_motion_params() 4693 const WarpedMotionParams *ref_params = in read_global_motion() 4729 REF_FRAMES * sizeof(WarpedMotionParams)); in read_global_motion()
|