Searched refs:i2_mv_x0 (Results 1 – 3 of 3) sorted by relevance
448 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevce_bs_compute_cu() local463 i2_mv_x0 = ps_curr_nbr_4x4_pu->mv.s_l0_mv.i2_mvx; in ihevce_bs_compute_cu()595 i2_mv_x = i2_mv_x0; in ihevce_bs_compute_cu()671 (abs(i2_mv_x0 - i2_nbr_mv_x0) < 4) && in ihevce_bs_compute_cu()683 (abs(i2_mv_x0 - i2_nbr_mv_x1) < 4) && in ihevce_bs_compute_cu()696 ((abs(i2_mv_x0 - i2_nbr_mv_x0) >= 4) || in ihevce_bs_compute_cu()700 ((abs(i2_mv_x0 - i2_nbr_mv_x1) >= 4) || in ihevce_bs_compute_cu()
92 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevcd_pu_boundary_strength() local106 i2_mv_x0 = ps_pu->mv.s_l0_mv.i2_mvx; in ihevcd_pu_boundary_strength()128 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x0) < 4) && in ihevcd_pu_boundary_strength()135 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x1) < 4) && in ihevcd_pu_boundary_strength()143 i4_bs = ((ABS(i2_mv_x0 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()147 ((ABS(i2_mv_x0 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()169 i2_mv_x = i2_mv_x0; in ihevcd_pu_boundary_strength()
591 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ih264d_decode_temporal_direct() local762 i2_mv_x0 = ps_mv->i2_mv[0]; in ih264d_decode_temporal_direct()767 i2_mv_x0 = ps_mv->i2_mv[2]; in ih264d_decode_temporal_direct()772 i2_mv_x0 = 0; in ih264d_decode_temporal_direct()802 i16_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()803 i2_mv_x1 = i16_temp - i2_mv_x0; in ih264d_decode_temporal_direct()804 i2_mv_x0 = i16_temp; in ih264d_decode_temporal_direct()850 i2_mv[0] = i2_mv_x0; in ih264d_decode_temporal_direct()881 s_temp_mv_pred.i2_mv[0] = i2_mv_x0; in ih264d_decode_temporal_direct()899 i2_mv_x = i2_mv_x0; in ih264d_decode_temporal_direct()