Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c88 WORD32 i4_bs; in ihevcd_pu_boundary_strength() local
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()
155 i4_bs = 1; in ihevcd_pu_boundary_strength()
193 i4_bs = (ref_pic_buf_id == ngbr_ref_pic_buf_id) && in ihevcd_pu_boundary_strength()
201 i4_bs = 1; in ihevcd_pu_boundary_strength()
205 return i4_bs; in ihevcd_pu_boundary_strength()