Home
last modified time | relevance | path

Searched refs:WarpedMotionParams (Results 1 – 18 of 18) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.h164 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);
Dmv.h143 } 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()
Dwarped_motion.c261 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()
Dreconinter.h107 WarpedMotionParams warp_params;
406 const WarpedMotionParams *const gm_params,
408 WarpedMotionParams *final_warp_params);
Dblockd.h219 WarpedMotionParams wm_params;
623 const WarpedMotionParams *global_motion;
1167 motion_mode_allowed(const WarpedMotionParams *gm_params, const MACROBLOCKD *xd, in motion_mode_allowed()
Dav1_common_int.h146 WarpedMotionParams global_motion[REF_FRAMES];
665 WarpedMotionParams global_motion[REF_FRAMES];
Dreconinter.c34 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()
Dmvref_common.c78 int_mv *gm_mv_candidates, const WarpedMotionParams *gm_params, in add_ref_mv_candidate()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.h42 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,
Dglobal_motion.c108 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()
Dreconinter_enc.c270 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]]; in av1_build_inter_predictors_for_planes_single_buf()
Dcompound_type.c46 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()
Dencodeframe.c5127 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()
Dbitstream.c2667 const WarpedMotionParams *params, const WarpedMotionParams *ref_params, in write_global_motion_params()
2724 const WarpedMotionParams *ref_params = in write_global_motion()
Drdopt.c1189 WarpedMotionParams *wm_params, in check_if_optimal_warp()
1375 const WarpedMotionParams wm_params0 = mbmi->wm_params; in motion_mode_rd()
Dmcomp.c2925 WarpedMotionParams best_wm_params = mbmi->wm_params; in av1_refine_warped_mv()
Dencoder.c3831 WarpedMotionParams *const global_motion, in recode_loop_test_global_motion()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4249 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()