Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c93 WORD16 i2_ngbr_mv_x0, i2_ngbr_mv_y0, i2_ngbr_mv_x1, i2_ngbr_mv_y1; in ihevcd_pu_boundary_strength() local
113 i2_ngbr_mv_x1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvx; in ihevcd_pu_boundary_strength()
130 (ABS(i2_mv_x1 - i2_ngbr_mv_x1) < 4) && in ihevcd_pu_boundary_strength()
135 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x1) < 4) && in ihevcd_pu_boundary_strength()
145 (ABS(i2_mv_x1 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()
147 ((ABS(i2_mv_x0 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()
188 i2_ngbr_mv_x = i2_ngbr_mv_x1; in ihevcd_pu_boundary_strength()