/external/libaom/libaom/av1/common/ |
D | warped_motion.h | 164 void highbd_warp_plane(WarpedMotionParams *wm, const uint16_t *const ref, 170 void warp_plane(WarpedMotionParams *wm, const uint8_t *const ref, int width, 175 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, 183 WarpedMotionParams *wm_params, int mi_row, int mi_col); 185 int av1_get_shear_params(WarpedMotionParams *wm);
|
D | mv.h | 143 } WarpedMotionParams; typedef 146 static const WarpedMotionParams default_warp_params = { 259 static INLINE int_mv gm_get_motion_vector(const WarpedMotionParams *gm, in gm_get_motion_vector() 316 static INLINE TransformationType get_wmtype(const WarpedMotionParams *gm) { in get_wmtype()
|
D | warped_motion.c | 261 static int is_affine_valid(const WarpedMotionParams *const wm) { in is_affine_valid() 276 int av1_get_shear_params(WarpedMotionParams *wm) { in av1_get_shear_params() 446 void highbd_warp_plane(WarpedMotionParams *wm, const uint16_t *const ref, in highbd_warp_plane() 722 void warp_plane(WarpedMotionParams *wm, const uint8_t *const ref, int width, in warp_plane() 814 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane() 950 WarpedMotionParams *wm, int mi_row, int mi_col) { in find_affine_int() 1062 WarpedMotionParams *wm_params, int mi_row, int mi_col) { in av1_find_projection()
|
D | reconinter.h | 107 WarpedMotionParams warp_params; 406 const WarpedMotionParams *const gm_params, 408 WarpedMotionParams *final_warp_params);
|
D | blockd.h | 219 WarpedMotionParams wm_params; 623 const WarpedMotionParams *global_motion; 1167 motion_mode_allowed(const WarpedMotionParams *gm_params, const MACROBLOCKD *xd, in motion_mode_allowed()
|
D | av1_common_int.h | 146 WarpedMotionParams global_motion[REF_FRAMES]; 665 WarpedMotionParams global_motion[REF_FRAMES];
|
D | reconinter.c | 34 const WarpedMotionParams *const gm_params, in av1_allow_warp() 36 WarpedMotionParams *final_warp_params) { in av1_allow_warp() 847 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in build_inter_predictors_8x8_and_bigger()
|
D | mvref_common.c | 78 int_mv *gm_mv_candidates, const WarpedMotionParams *gm_params, in add_ref_mv_candidate()
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.h | 42 WarpedMotionParams *model); 58 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, 69 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd,
|
D | global_motion.c | 108 WarpedMotionParams *model) { in av1_convert_model_to_params() 144 static void force_wmtype(WarpedMotionParams *wm, TransformationType wmtype) { in force_wmtype() 166 WarpedMotionParams *wm, const uint16_t *const ref, int width, int height, in highbd_warp_error() 201 static int64_t warp_error(WarpedMotionParams *wm, const uint8_t *const ref, in warp_error() 239 int64_t av1_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_error() 275 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd, in av1_refine_integerized_param()
|
D | reconinter_enc.c | 270 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in av1_build_inter_predictors_for_planes_single_buf()
|
D | compound_type.c | 46 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[i]]; in is_comp_rd_match() 961 const WarpedMotionParams *const wm = in save_comp_rd_search_stat()
|
D | encodeframe.c | 5127 static int gm_get_params_cost(const WarpedMotionParams *gm, in gm_get_params_cost() 5128 const WarpedMotionParams *ref_gm, int allow_hp) { in gm_get_params_cost() 5331 const WarpedMotionParams *ref_params) { in compute_global_motion_for_ref_frame() 5342 WarpedMotionParams tmp_wm_params; in compute_global_motion_for_ref_frame() 5416 sizeof(WarpedMotionParams)); in compute_global_motion_for_ref_frame() 5515 const WarpedMotionParams *ref_params = in compute_gm_for_valid_ref_frames() 5892 REF_FRAMES * sizeof(WarpedMotionParams)); in encode_frame_internal()
|
D | bitstream.c | 2667 const WarpedMotionParams *params, const WarpedMotionParams *ref_params, in write_global_motion_params() 2724 const WarpedMotionParams *ref_params = in write_global_motion()
|
D | rdopt.c | 1189 WarpedMotionParams *wm_params, in check_if_optimal_warp() 1375 const WarpedMotionParams wm_params0 = mbmi->wm_params; in motion_mode_rd()
|
D | mcomp.c | 2925 WarpedMotionParams best_wm_params = mbmi->wm_params; in av1_refine_warped_mv()
|
D | encoder.c | 3831 WarpedMotionParams *const global_motion, in recode_loop_test_global_motion()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 4249 static int read_global_motion_params(WarpedMotionParams *params, in read_global_motion_params() 4250 const WarpedMotionParams *ref_params, in read_global_motion_params() 4324 const WarpedMotionParams *ref_params = in read_global_motion() 4361 REF_FRAMES * sizeof(WarpedMotionParams)); in read_global_motion()
|