Home
last modified time | relevance | path

Searched refs:i2_ngbr_mv_y0 (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
112 i2_ngbr_mv_y0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
129 (ABS(i2_mv_y0 - i2_ngbr_mv_y0) < 4) && in ihevcd_pu_boundary_strength()
138 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()
144 (ABS(i2_mv_y0 - i2_ngbr_mv_y0) >= 4) || in ihevcd_pu_boundary_strength()
150 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) >= 4)) ? 1 : 0; in ihevcd_pu_boundary_strength()
183 i2_ngbr_mv_y = i2_ngbr_mv_y0; in ihevcd_pu_boundary_strength()