Searched refs:SIMPLE_TRANSLATION (Results 1 – 11 of 11) sorted by relevance
122 if (mbmi->motion_mode != SIMPLE_TRANSLATION) in av1_single_motion_search()136 mbmi->motion_mode == SIMPLE_TRANSLATION) { in av1_single_motion_search()216 case SIMPLE_TRANSLATION: { in av1_single_motion_search()258 mbmi->motion_mode == SIMPLE_TRANSLATION && in av1_single_motion_search()308 case SIMPLE_TRANSLATION: in av1_single_motion_search()345 mbmi->motion_mode == SIMPLE_TRANSLATION) in av1_single_motion_search()767 mbmi->motion_mode = SIMPLE_TRANSLATION; in av1_simple_motion_search()
1209 *mode_index_start = (int)SIMPLE_TRANSLATION; in update_mode_start_end_index()1213 *mode_index_end = (int)SIMPLE_TRANSLATION; in update_mode_start_end_index()1255 MOTION_MODE last_motion_mode_allowed = SIMPLE_TRANSLATION; in motion_mode_rd()1296 mbmi->motion_mode = SIMPLE_TRANSLATION; in motion_mode_rd()1310 if (mbmi->motion_mode == SIMPLE_TRANSLATION && !is_interintra_mode) { in motion_mode_rd()1460 if ((last_motion_mode_allowed > SIMPLE_TRANSLATION) && in motion_mode_rd()1911 mbmi->motion_mode = SIMPLE_TRANSLATION; in simple_translation_pred_rd()1935 mbmi->motion_mode = SIMPLE_TRANSLATION; in simple_translation_pred_rd()2328 mbmi->motion_mode = SIMPLE_TRANSLATION; in handle_inter_mode()2779 mbmi->motion_mode = SIMPLE_TRANSLATION; in rd_pick_intrabc_mode_sb()[all …]
275 : SIMPLE_TRANSLATION; in write_motion_mode()278 case SIMPLE_TRANSLATION: break; in write_motion_mode()1205 mbmi->motion_mode == SIMPLE_TRANSLATION); in pack_inter_mode_mvs()1242 assert(mbmi->motion_mode == SIMPLE_TRANSLATION); in write_intrabc_info()
965 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in tf_do_filtering()
243 xd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in mode_estimation()
905 mbmi->motion_mode = SIMPLE_TRANSLATION; in init_mbmi()
1351 : SIMPLE_TRANSLATION; in update_stats()1370 mbmi->motion_mode == SIMPLE_TRANSLATION); in update_stats()1668 : SIMPLE_TRANSLATION; in encode_b()
227 if (cm->features.switchable_motion_mode == 0) return SIMPLE_TRANSLATION; in read_motion_mode()228 if (mbmi->skip_mode) return SIMPLE_TRANSLATION; in read_motion_mode()234 if (last_motion_mode_allowed == SIMPLE_TRANSLATION) return SIMPLE_TRANSLATION; in read_motion_mode()239 return (MOTION_MODE)(SIMPLE_TRANSLATION + motion_mode); in read_motion_mode()244 return (MOTION_MODE)(SIMPLE_TRANSLATION + motion_mode); in read_motion_mode()697 mbmi->motion_mode = SIMPLE_TRANSLATION; in read_intrabc_info()1403 mbmi->motion_mode = SIMPLE_TRANSLATION; in read_inter_block_mode_info()1444 mbmi->motion_mode == SIMPLE_TRANSLATION); in read_inter_block_mode_info()
1171 if (is_global_mv_block(mbmi, gm_type)) return SIMPLE_TRANSLATION; in motion_mode_allowed()1176 if (!check_num_overlappable_neighbors(mbmi)) return SIMPLE_TRANSLATION; in motion_mode_allowed()1188 return SIMPLE_TRANSLATION; in motion_mode_allowed()
450 SIMPLE_TRANSLATION, enumerator
227 const map_entry motion_mode_map[] = { ENUM(SIMPLE_TRANSLATION),