Home
last modified time | relevance | path

Searched refs:TRANSLATION (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
DAndroid.bp67 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
69 // ANDROIDMK TRANSLATION ERROR: unsupported include
71 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
/external/libaom/libaom/av1/common/
Dmv.h61 TRANSLATION = 1, // translational motion 2-parameter enumerator
224 if (gm->wmtype == TRANSLATION) { in gm_get_motion_vector()
269 return ((!gm->wmmat[1] && !gm->wmmat[0]) ? IDENTITY : TRANSLATION); in get_wmtype()
Dblockd.h356 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()
/external/libunwind/
DAndroid.bp489 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
491 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
495 // ANDROIDMK TRANSLATION ERROR: else from unsupported contitional
499 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
502 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
/external/compiler-rt/lib/asan/
DAndroid.bp135 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
215 // ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl533 …// - implement NO CLIP + NO TRANSLATION fastpath -- CAN ATOMICALLY ALLOCATE SK+PK KEYS IN ONE STEP
535 // - implement CLIPPED + NO TRANSLATION path
537 // - implement NO CLIP + TRANSLATION path
539 // - implement CLIPPED + TRANSLATION path
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl533 …// - implement NO CLIP + NO TRANSLATION fastpath -- CAN ATOMICALLY ALLOCATE SK+PK KEYS IN ONE STEP
535 // - implement CLIPPED + NO TRANSLATION path
537 // - implement NO CLIP + TRANSLATION path
539 // - implement CLIPPED + TRANSLATION path
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c154 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()
Dbitstream.c2646 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()
Dencodeframe.c5114 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()
Drdopt.c7507 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()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4628 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()