Searched refs:wmtype (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mv.h | 92 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()
|
D | warped_motion.c | 523 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()
|
D | blockd.h | 1032 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()
|
D | mvref_common.c | 88 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/ |
D | global_motion.c | 114 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()
|
D | global_motion.h | 40 TransformationType wmtype, int use_hbd,
|
D | reconinter_enc.c | 87 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()
|
D | encodeframe.c | 5091 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 …]
|
D | rdopt.c | 6675 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 …]
|
D | encoder.c | 3306 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()
|
D | bitstream.c | 2641 const TransformationType type = params->wmtype; in write_global_motion_params()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 349 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/ |
D | variance_sse2.c | 552 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 682 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1461 mbmi->wm_params.wmtype = DEFAULT_WMTYPE; in read_inter_block_mode_info()
|
D | decodeframe.c | 644 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()
|