Home
last modified time | relevance | path

Searched refs:SIMPLE_TRANSLATION (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodemv.c210 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()
/external/libaom/libaom/av1/common/
Dblockd.h1033 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()
Denums.h433 SIMPLE_TRANSLATION, enumerator
/external/libaom/libaom/av1/encoder/
Drdopt.c7140 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 …]
Dbitstream.c273 : 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()
Dtemporal_filter.c861 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in temporal_filter_iterate_c()
Dencodeframe.c1247 : SIMPLE_TRANSLATION; in update_stats()
1271 mbmi->motion_mode == SIMPLE_TRANSLATION); in update_stats()
Dmcomp.c3087 mbmi->motion_mode = SIMPLE_TRANSLATION; in av1_simple_motion_search()
/external/libaom/libaom/examples/
Dinspect.c227 const map_entry motion_mode_map[] = { ENUM(SIMPLE_TRANSLATION),