Home
last modified time | relevance | path

Searched refs:wmtype (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/av1/common/
Dmv.h92 TransformationType wmtype; member
216 if (gm->wmtype == IDENTITY) { in gm_get_motion_vector()
224 if (gm->wmtype == TRANSLATION) { in gm_get_motion_vector()
245 if (gm->wmtype == ROTZOOM) { in gm_get_motion_vector()
Dwarped_motion.c523 assert(wm->wmtype <= AFFINE); in highbd_warp_plane()
524 if (wm->wmtype == ROTZOOM) { in highbd_warp_plane()
809 assert(wm->wmtype <= AFFINE); in warp_plane()
810 if (wm->wmtype == ROTZOOM) { in warp_plane()
883 if (wm->wmtype <= AFFINE) in av1_warp_error()
1138 assert(wm_params->wmtype == AFFINE); in find_projection()
Dblockd.h1032 const TransformationType gm_type = gm_params[mbmi->ref_frame[0]].wmtype; in motion_mode_allowed()
1147 if (xd->global_motion[mbmi->ref_frame[ref]].wmtype == TRANSLATION) return 0; in is_nontrans_global_motion()
Dmvref_common.c88 if (is_global_mv_block(candidate, gm_params[rf[0]].wmtype)) in add_ref_mv_candidate()
114 if (is_global_mv_block(candidate, gm_params[rf[ref]].wmtype)) in add_ref_mv_candidate()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c114 model->wmtype = get_wmtype(model); in av1_convert_model_to_params()
148 static void force_wmtype(WarpedMotionParams *wm, TransformationType wmtype) { in force_wmtype() argument
149 switch (wmtype) { in force_wmtype()
165 wm->wmtype = wmtype; in force_wmtype()
169 TransformationType wmtype, int use_hbd, in av1_refine_integerized_param() argument
178 int n_params = max_trans_model_params[wmtype]; in av1_refine_integerized_param()
186 force_wmtype(wm, wmtype); in av1_refine_integerized_param()
246 force_wmtype(wm, wmtype); in av1_refine_integerized_param()
247 wm->wmtype = get_wmtype(wm); in av1_refine_integerized_param()
Dglobal_motion.h40 TransformationType wmtype, int use_hbd,
Dreconinter_enc.c87 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors()
479 warp_types.global_warp_allowed = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors_single_buf()
Dencodeframe.c5091 switch (gm->wmtype) { in gm_get_params_cost()
5102 if (gm->wmtype >= AFFINE) { in gm_get_params_cost()
5115 trans_bits = (gm->wmtype == TRANSLATION) in gm_get_params_cost()
5118 trans_prec_diff = (gm->wmtype == TRANSLATION) in gm_get_params_cost()
5280 cm->global_motion[GOLDEN_FRAME].wmtype != IDENTITY) { in skip_gm_frame()
5569 if (tmp_wm_params.wmtype != IDENTITY) { in encode_frame_internal()
5571 &tmp_wm_params, tmp_wm_params.wmtype, is_cur_buf_hbd(xd), in encode_frame_internal()
5587 if (cm->global_motion[frame].wmtype <= AFFINE) in encode_frame_internal()
5591 if (cm->global_motion[frame].wmtype == TRANSLATION) { in encode_frame_internal()
5611 if (cm->global_motion[frame].wmtype != IDENTITY) break; in encode_frame_internal()
[all …]
Drdopt.c6675 const int is_global = is_global_mv_block(xd->mi[0], wm->wmtype); in joint_motion_search()
7279 int is_global = is_global_mv_block(xd->mi[0], wm->wmtype); in build_second_inter_pred()
7507 if (cm->global_motion[tmp_ref_frames[0]].wmtype <= TRANSLATION) { in discount_newmv_test()
8057 cm->global_motion[ref_frames[0]].wmtype <= TRANSLATION) { in skip_repeated_mv()
8064 cm->global_motion[ref_frames[0]].wmtype <= TRANSLATION) { in skip_repeated_mv()
8515 if (is_global_mv_block(mi, wm->wmtype) != st->is_global[i]) return 0; in is_comp_rd_match()
8614 rd_stats->is_global[i] = is_global_mv_block(mbmi, wm->wmtype); in save_comp_rd_search_stat()
9252 TransformationType wmtype = get_wmtype(wm_params); in check_if_optimal_warp() local
9254 if (wmtype != ROTZOOM) is_valid_warp = 0; in check_if_optimal_warp()
9256 if (wmtype < ROTZOOM) is_valid_warp = 0; in check_if_optimal_warp()
[all …]
Dencoder.c3306 if (cm->global_motion[i].wmtype != IDENTITY && in recode_loop_test_global_motion()
3310 assert(cm->global_motion[i].wmtype == IDENTITY); in recode_loop_test_global_motion()
Dbitstream.c2641 const TransformationType type = params->wmtype; in write_global_motion_params()
/external/libaom/libaom/aom_dsp/
Dvariance.c349 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_c()
941 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c552 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c682 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_sse2()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1461 mbmi->wm_params.wmtype = DEFAULT_WMTYPE; in read_inter_block_mode_info()
Ddecodeframe.c644 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in dec_build_inter_predictors()
4632 params->wmtype = type; in read_global_motion_params()
4683 if (params->wmtype <= AFFINE) { in read_global_motion_params()