Home
last modified time | relevance | path

Searched refs:warp_types (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c169 WarpTypesAllowed warp_types; in build_inter_predictors() local
170 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors()
171 warp_types.local_warp_allowed = this_mbmi->motion_mode == WARPED_CAUSAL; in build_inter_predictors()
183 b4_w, b4_h, &conv_params, this_mbmi->interp_filters, &warp_types, in build_inter_predictors()
216 WarpTypesAllowed warp_types; in build_inter_predictors() local
217 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors()
218 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in build_inter_predictors()
225 bh, &conv_params, mi->interp_filters, plane, &warp_types, in build_inter_predictors()
232 bh, &conv_params, mi->interp_filters, &warp_types, in build_inter_predictors()
285 const WarpTypesAllowed *warp_types, int p_col, in av1_build_inter_predictor() argument
[all …]
Dtemporal_filter.c61 WarpTypesAllowed warp_types; in temporal_filter_predictors_mb_c() local
62 memset(&warp_types, 0, sizeof(WarpTypesAllowed)); in temporal_filter_predictors_mb_c()
79 BH, &conv_params, interp_filters, &warp_types, x, in temporal_filter_predictors_mb_c()
86 &warp_types, x, y, 1, 0, mv_precision_uv, x, y, xd, can_use_previous); in temporal_filter_predictors_mb_c()
90 &warp_types, x, y, 2, 0, mv_precision_uv, x, y, xd, can_use_previous); in temporal_filter_predictors_mb_c()
108 interp_filters, &warp_types, x, y, 0, 0, in temporal_filter_predictors_mb_c()
129 interp_filters, &warp_types, x, y, 1, 0, in temporal_filter_predictors_mb_c()
134 &warp_types, x, y, 2, 0, mv_precision_uv, x, y, xd, in temporal_filter_predictors_mb_c()
Dreconinter_enc.h36 const WarpTypesAllowed *warp_types, int p_col,
Dtpl_model.c204 WarpTypesAllowed warp_types; in mode_estimation() local
205 memset(&warp_types, 0, sizeof(WarpTypesAllowed)); in mode_estimation()
210 &warp_types, mi_col * MI_SIZE, mi_row * MI_SIZE, 0, 0, MV_PRECISION_Q3, in mode_estimation()
Drdopt.c6671 WarpTypesAllowed warp_types[2]; in joint_motion_search() local
6676 warp_types[ref].global_warp_allowed = is_global; in joint_motion_search()
6677 warp_types[ref].local_warp_allowed = mbmi->motion_mode == WARPED_CAUSAL; in joint_motion_search()
6752 interp_filters, &warp_types[!id], p_col, p_row, in joint_motion_search()
7292 WarpTypesAllowed warp_types; in build_second_inter_pred() local
7293 warp_types.global_warp_allowed = is_global; in build_second_inter_pred()
7294 warp_types.local_warp_allowed = mbmi->motion_mode == WARPED_CAUSAL; in build_second_inter_pred()
7299 mbmi->interp_filters, &warp_types, p_col, p_row, in build_second_inter_pred()
/external/libaom/libaom/av1/common/
Dreconinter.h213 const WarpTypesAllowed *warp_types, int p_col,
222 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref,
361 const WarpTypesAllowed *const warp_types,
Dreconinter.c36 const WarpTypesAllowed *const warp_types, in av1_allow_warp() argument
49 if (warp_types->local_warp_allowed && !mbmi->wm_params.invalid) { in av1_allow_warp()
53 } else if (warp_types->global_warp_allowed && !gm_params->invalid) { in av1_allow_warp()
67 const WarpTypesAllowed *warp_types, int p_col, in av1_make_inter_predictor() argument
79 av1_allow_warp(mi, warp_types, &xd->global_motion[mi->ref_frame[ref]], in av1_make_inter_predictor()
585 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref, in av1_make_masked_inter_predictor() argument
615 sf, w, h, conv_params, interp_filters, warp_types, in av1_make_masked_inter_predictor()
/external/libaom/libaom/aom_dsp/
Dvariance.c350 WarpTypesAllowed warp_types; in aom_upsampled_pred_c() local
351 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_c()
352 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_upsampled_pred_c()
363 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_upsampled_pred_c()
942 WarpTypesAllowed warp_types; in aom_highbd_upsampled_pred_c() local
943 warp_types.global_warp_allowed = is_global; in aom_highbd_upsampled_pred_c()
944 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_highbd_upsampled_pred_c()
955 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c553 WarpTypesAllowed warp_types; in aom_upsampled_pred_sse2() local
554 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_sse2()
555 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_upsampled_pred_sse2()
566 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c683 WarpTypesAllowed warp_types; in aom_highbd_upsampled_pred_sse2() local
684 warp_types.global_warp_allowed = is_global; in aom_highbd_upsampled_pred_sse2()
685 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_highbd_upsampled_pred_sse2()
696 filters, &warp_types, mi_x >> pd->subsampling_x, in aom_highbd_upsampled_pred_sse2()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c731 WarpTypesAllowed warp_types; in dec_build_inter_predictors() local
732 warp_types.global_warp_allowed = is_global[ref]; in dec_build_inter_predictors()
733 warp_types.local_warp_allowed = this_mbmi->motion_mode == WARPED_CAUSAL; in dec_build_inter_predictors()
752 b4_h, &conv_params, this_mbmi->interp_filters, &warp_types, in dec_build_inter_predictors()
788 WarpTypesAllowed warp_types; in dec_build_inter_predictors() local
789 warp_types.global_warp_allowed = is_global[ref]; in dec_build_inter_predictors()
790 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in dec_build_inter_predictors()
792 av1_allow_warp(mi, &warp_types, in dec_build_inter_predictors()
811 WarpTypesAllowed warp_types; in dec_build_inter_predictors() local
812 warp_types.global_warp_allowed = is_global[ref]; in dec_build_inter_predictors()
[all …]