Lines Matching refs:ABS
128 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x0) < 4) && in ihevcd_pu_boundary_strength()
129 (ABS(i2_mv_y0 - i2_ngbr_mv_y0) < 4) && in ihevcd_pu_boundary_strength()
130 (ABS(i2_mv_x1 - i2_ngbr_mv_x1) < 4) && in ihevcd_pu_boundary_strength()
131 (ABS(i2_mv_y1 - i2_ngbr_mv_y1) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()
135 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x1) < 4) && in ihevcd_pu_boundary_strength()
136 (ABS(i2_mv_y0 - i2_ngbr_mv_y1) < 4) && in ihevcd_pu_boundary_strength()
137 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) < 4) && in ihevcd_pu_boundary_strength()
138 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()
143 i4_bs = ((ABS(i2_mv_x0 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()
144 (ABS(i2_mv_y0 - i2_ngbr_mv_y0) >= 4) || in ihevcd_pu_boundary_strength()
145 (ABS(i2_mv_x1 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()
146 (ABS(i2_mv_y1 - i2_ngbr_mv_y1) >= 4)) && in ihevcd_pu_boundary_strength()
147 ((ABS(i2_mv_x0 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()
148 (ABS(i2_mv_y0 - i2_ngbr_mv_y1) >= 4) || in ihevcd_pu_boundary_strength()
149 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()
150 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) >= 4)) ? 1 : 0; in ihevcd_pu_boundary_strength()
194 (ABS(i2_mv_x - i2_ngbr_mv_x) < 4) && in ihevcd_pu_boundary_strength()
195 (ABS(i2_mv_y - i2_ngbr_mv_y) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()