Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c92 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevcd_pu_boundary_strength() local
108 i2_mv_x1 = ps_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()
137 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) < 4) && in ihevcd_pu_boundary_strength()
145 (ABS(i2_mv_x1 - i2_ngbr_mv_x1) >= 4) || in ihevcd_pu_boundary_strength()
149 (ABS(i2_mv_x1 - i2_ngbr_mv_x0) >= 4) || in ihevcd_pu_boundary_strength()
175 i2_mv_x = i2_mv_x1; in ihevcd_pu_boundary_strength()
/external/libavc/decoder/
Dih264d_process_bslice.c591 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ih264d_decode_temporal_direct() local
788 i2_mv_x1 = 0; in ih264d_decode_temporal_direct()
803 i2_mv_x1 = i16_temp - i2_mv_x0; in ih264d_decode_temporal_direct()
867 i2_mv[0] = i2_mv_x1; in ih264d_decode_temporal_direct()
883 s_temp_mv_pred.i2_mv[2] = i2_mv_x1; in ih264d_decode_temporal_direct()
904 i2_mv_x = i2_mv_x1; in ih264d_decode_temporal_direct()