Home
last modified time | relevance | path

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

/external/libavc/decoder/svc/
Disvcd_mode_mv_resamp.c1050 mv_pred_t *ps_part_a; in isvcd_check_motion() local
1056 ps_part_a = (mv_pred_t *) pv_motion_prm_mb_part_a; in isvcd_check_motion()
1062 i4_mv_treshold = ABS((ps_part_a->i2_mv[2 * i4_cntr]) - (ps_part_b->i2_mv[2 * i4_cntr])); in isvcd_check_motion()
1064 ABS((ps_part_a->i2_mv[1 + 2 * i4_cntr]) - (ps_part_b->i2_mv[1 + 2 * i4_cntr])); in isvcd_check_motion()
1067 (ps_part_a->i1_ref_frame[i4_cntr] == ps_part_b->i1_ref_frame[i4_cntr])) in isvcd_check_motion()
1483 mv_pred_t *ps_part_a; in isvcd_check_mv_diff() local
1489 ps_part_a = (mv_pred_t *) pv_motion_prm_a; in isvcd_check_mv_diff()
1496 i4_mv_treshold = ABS((ps_part_a->i2_mv[2 * i4_cntr]) - (ps_part_b->i2_mv[2 * i4_cntr])); in isvcd_check_mv_diff()
1498 ABS((ps_part_a->i2_mv[1 + (2 * i4_cntr)]) - (ps_part_b->i2_mv[1 + (2 * i4_cntr)])); in isvcd_check_mv_diff()