Home
last modified time | relevance | path

Searched refs:motion_mode (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/av1/decoder/
Dinspection.c95 mi->motion_mode = mbmi->motion_mode; in ifd_inspect()
Ddecodemv.c215 int motion_mode; in read_motion_mode() local
220 motion_mode = in read_motion_mode()
222 return (MOTION_MODE)(SIMPLE_TRANSLATION + motion_mode); in read_motion_mode()
224 motion_mode = in read_motion_mode()
227 return (MOTION_MODE)(SIMPLE_TRANSLATION + motion_mode); in read_motion_mode()
677 mbmi->motion_mode = SIMPLE_TRANSLATION; in read_intrabc_info()
1244 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, zeromv_ctx, in dec_dump_logs()
1393 mbmi->motion_mode = SIMPLE_TRANSLATION; in read_inter_block_mode_info()
1400 mbmi->motion_mode = read_motion_mode(cm, xd, mbmi, r); in read_inter_block_mode_info()
1433 mbmi->motion_mode == SIMPLE_TRANSLATION); in read_inter_block_mode_info()
[all …]
Dinspection.h54 int16_t motion_mode; member
Ddecodeframe.c733 warp_types.local_warp_allowed = this_mbmi->motion_mode == WARPED_CAUSAL; in dec_build_inter_predictors()
790 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in dec_build_inter_predictors()
813 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in dec_build_inter_predictors()
1078 if (mbmi->motion_mode == OBMC_CAUSAL) { in predict_inter_block()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c171 warp_types.local_warp_allowed = this_mbmi->motion_mode == WARPED_CAUSAL; in build_inter_predictors()
218 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in build_inter_predictors()
480 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in build_inter_predictors_single_buf()
Drdopt.c6677 warp_types[ref].local_warp_allowed = mbmi->motion_mode == WARPED_CAUSAL; in joint_motion_search()
7140 if (mbmi->motion_mode != SIMPLE_TRANSLATION) in single_motion_search()
7150 switch (mbmi->motion_mode) { in single_motion_search()
7183 switch (mbmi->motion_mode) { in single_motion_search()
7250 if (cpi->sf.adaptive_motion_search && mbmi->motion_mode == SIMPLE_TRANSLATION) in single_motion_search()
7294 warp_types.local_warp_allowed = mbmi->motion_mode == WARPED_CAUSAL; in build_second_inter_pred()
9408 mbmi->motion_mode = SIMPLE_TRANSLATION; in motion_mode_rd()
9410 mbmi->motion_mode = (MOTION_MODE)mode_index; in motion_mode_rd()
9414 if (cpi->oxcf.enable_obmc == 0 && mbmi->motion_mode == OBMC_CAUSAL) in motion_mode_rd()
9419 mbmi->motion_mode == OBMC_CAUSAL) in motion_mode_rd()
[all …]
Dbitstream.c274 assert(mbmi->motion_mode <= last_motion_mode_allowed); in write_motion_mode()
278 aom_write_symbol(w, mbmi->motion_mode == OBMC_CAUSAL, in write_motion_mode()
282 aom_write_symbol(w, mbmi->motion_mode, in write_motion_mode()
1166 mbmi->motion_mode == SIMPLE_TRANSLATION); in pack_inter_mode_mvs()
1203 assert(mbmi->motion_mode == SIMPLE_TRANSLATION); in write_intrabc_info()
1322 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, in enc_dump_logs()
Dencodeframe.c436 mi_addr->motion_mode != WARPED_CAUSAL && in update_state()
1251 counts->motion_mode[bsize][mbmi->motion_mode]++; in update_stats()
1254 update_cdf(fc->motion_mode_cdf[bsize], mbmi->motion_mode, in update_stats()
1259 counts->obmc[bsize][mbmi->motion_mode == OBMC_CAUSAL]++; in update_stats()
1262 update_cdf(fc->obmc_cdf[bsize], mbmi->motion_mode == OBMC_CAUSAL, in update_stats()
1271 mbmi->motion_mode == SIMPLE_TRANSLATION); in update_stats()
5955 if (mbmi->motion_mode == 0 && mbmi->ref_frame[1] == INTRA_FRAME && in encode_superblock()
6016 if (mbmi->motion_mode == OBMC_CAUSAL) { in encode_superblock()
Dencoder.h457 unsigned int motion_mode[BLOCK_SIZES_ALL][MOTION_MODES]; member
Dtemporal_filter.c861 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in temporal_filter_iterate_c()
Dmcomp.c3087 mbmi->motion_mode = SIMPLE_TRANSLATION; in av1_simple_motion_search()
/external/libaom/libaom/av1/common/
Dreconinter.h296 if (mbmi->motion_mode == WARPED_CAUSAL) return 0; in av1_is_interp_needed()
Dblockd.h255 MOTION_MODE motion_mode; member
Dreconinter.c72 assert_motion_mode_valid(mi->motion_mode, xd->global_motion, xd, mi, in av1_make_inter_predictor()
/external/libaom/libaom/examples/
Dinspect.c276 { "motion_mode", offsetof(insp_mi_data, motion_mode) },
654 offsetof(insp_mi_data, motion_mode), 0); in inspect()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c448 &fc.motion_mode[0][0], probsfile, 2, cts_each_dim, in main()
/external/libaom/libaom/aom_dsp/
Dvariance.c352 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_upsampled_pred_c()
944 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c555 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c685 warp_types.local_warp_allowed = mi->motion_mode == WARPED_CAUSAL; in aom_highbd_upsampled_pred_sse2()