Searched refs:SIMPLE_TRANSLATION (Results 1 – 9 of 9) sorted by relevance
210 if (cm->switchable_motion_mode == 0) return SIMPLE_TRANSLATION; in read_motion_mode()211 if (mbmi->skip_mode) return SIMPLE_TRANSLATION; in read_motion_mode()217 if (last_motion_mode_allowed == SIMPLE_TRANSLATION) return SIMPLE_TRANSLATION; in read_motion_mode()222 return (MOTION_MODE)(SIMPLE_TRANSLATION + 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()1393 mbmi->motion_mode = SIMPLE_TRANSLATION; in read_inter_block_mode_info()1433 mbmi->motion_mode == SIMPLE_TRANSLATION); in read_inter_block_mode_info()
1033 if (is_global_mv_block(mbmi, gm_type)) return SIMPLE_TRANSLATION; in motion_mode_allowed()1038 if (!check_num_overlappable_neighbors(mbmi)) return SIMPLE_TRANSLATION; in motion_mode_allowed()1050 return SIMPLE_TRANSLATION; in motion_mode_allowed()
433 SIMPLE_TRANSLATION, enumerator
7140 if (mbmi->motion_mode != SIMPLE_TRANSLATION) in single_motion_search()7151 case SIMPLE_TRANSLATION: in single_motion_search()7184 case SIMPLE_TRANSLATION: in single_motion_search()7250 if (cpi->sf.adaptive_motion_search && mbmi->motion_mode == SIMPLE_TRANSLATION) in single_motion_search()9370 MOTION_MODE last_motion_mode_allowed = SIMPLE_TRANSLATION; in motion_mode_rd()9395 for (int mode_index = (int)SIMPLE_TRANSLATION; in motion_mode_rd()9408 mbmi->motion_mode = SIMPLE_TRANSLATION; in motion_mode_rd()9426 if (mbmi->motion_mode == SIMPLE_TRANSLATION && !is_interintra_mode) { in motion_mode_rd()9570 if ((last_motion_mode_allowed > SIMPLE_TRANSLATION) && in motion_mode_rd()10274 mbmi->motion_mode = SIMPLE_TRANSLATION; in handle_inter_mode()[all …]
273 : SIMPLE_TRANSLATION; in write_motion_mode()276 case SIMPLE_TRANSLATION: break; 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()
861 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in temporal_filter_iterate_c()
1247 : SIMPLE_TRANSLATION; in update_stats()1271 mbmi->motion_mode == SIMPLE_TRANSLATION); in update_stats()
3087 mbmi->motion_mode = SIMPLE_TRANSLATION; in av1_simple_motion_search()
227 const map_entry motion_mode_map[] = { ENUM(SIMPLE_TRANSLATION),