Searched refs:TRANSLATION (Results 1 – 12 of 12) sorted by relevance
67 // ANDROIDMK TRANSLATION ERROR: unsupported conditional69 // ANDROIDMK TRANSLATION ERROR: unsupported include71 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
61 TRANSLATION = 1, // translational motion 2-parameter enumerator224 if (gm->wmtype == TRANSLATION) { in gm_get_motion_vector()269 return ((!gm->wmmat[1] && !gm->wmmat[0]) ? IDENTITY : TRANSLATION); in get_wmtype()
356 return (mode == GLOBALMV || mode == GLOBAL_GLOBALMV) && type > TRANSLATION && in is_global_mv_block()1147 if (xd->global_motion[mbmi->ref_frame[ref]].wmtype == TRANSLATION) return 0; in is_nontrans_global_motion()
489 // ANDROIDMK TRANSLATION ERROR: unsupported conditional491 // ANDROIDMK TRANSLATION ERROR: unsupported conditional495 // ANDROIDMK TRANSLATION ERROR: else from unsupported contitional499 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional502 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
135 // ANDROIDMK TRANSLATION ERROR: unsupported conditional215 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
533 …// - implement NO CLIP + NO TRANSLATION fastpath -- CAN ATOMICALLY ALLOCATE SK+PK KEYS IN ONE STEP535 // - implement CLIPPED + NO TRANSLATION path537 // - implement NO CLIP + TRANSLATION path539 // - implement CLIPPED + TRANSLATION path
154 case TRANSLATION: in force_wmtype()255 case TRANSLATION: return ransac_translation; in get_ransac_type()338 case TRANSLATION: return ransac_translation_double_prec; in get_ransac_double_prec_type()
2646 if (type != ROTZOOM) aom_wb_write_bit(wb, type == TRANSLATION); in write_global_motion_params()2673 if (type >= TRANSLATION) { in write_global_motion_params()2674 const int trans_bits = (type == TRANSLATION) in write_global_motion_params()2677 const int trans_prec_diff = (type == TRANSLATION) in write_global_motion_params()
5114 case TRANSLATION: in gm_get_params_cost()5115 trans_bits = (gm->wmtype == TRANSLATION) in gm_get_params_cost()5118 trans_prec_diff = (gm->wmtype == TRANSLATION) in gm_get_params_cost()5591 if (cm->global_motion[frame].wmtype == TRANSLATION) { in encode_frame_internal()
7507 if (cm->global_motion[tmp_ref_frames[0]].wmtype <= TRANSLATION) { in discount_newmv_test()8057 cm->global_motion[ref_frames[0]].wmtype <= TRANSLATION) { in skip_repeated_mv()8064 cm->global_motion[ref_frames[0]].wmtype <= TRANSLATION) { in skip_repeated_mv()
4628 type = aom_rb_read_bit(rb) ? TRANSLATION : AFFINE; in read_global_motion_params()4663 if (type >= TRANSLATION) { in read_global_motion_params()4664 const int trans_bits = (type == TRANSLATION) in read_global_motion_params()4668 (type == TRANSLATION) ? GM_TRANS_ONLY_DECODE_FACTOR * (1 << !allow_hp) in read_global_motion_params()4670 const int trans_prec_diff = (type == TRANSLATION) in read_global_motion_params()