Home
last modified time | relevance | path

Searched refs:i2_ngbr_mv_x0 (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
111 i2_ngbr_mv_x0 = ps_ngbr_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()
137 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) < 4) && in ihevcd_pu_boundary_strength()
143 i4_bs = ((ABS(i2_mv_x0 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()
149 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()
182 i2_ngbr_mv_x = i2_ngbr_mv_x0; in ihevcd_pu_boundary_strength()