Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c448 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevce_bs_compute_cu() local
463 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()
/external/libhevc/decoder/
Dihevcd_boundary_strength.c92 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevcd_pu_boundary_strength() local
106 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()
/external/libavc/decoder/
Dih264d_process_bslice.c591 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ih264d_decode_temporal_direct() local
762 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()