Home
last modified time | relevance | path

Searched refs:i2_mv_y0 (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
107 i2_mv_y0 = ps_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()
136 (ABS(i2_mv_y0 - i2_ngbr_mv_y1) < 4) && in ihevcd_pu_boundary_strength()
144 (ABS(i2_mv_y0 - i2_ngbr_mv_y0) >= 4) || in ihevcd_pu_boundary_strength()
148 (ABS(i2_mv_y0 - i2_ngbr_mv_y1) >= 4) || in ihevcd_pu_boundary_strength()
170 i2_mv_y = i2_mv_y0; 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
763 i2_mv_y0 = ps_mv->i2_mv[1]; in ih264d_decode_temporal_direct()
768 i2_mv_y0 = ps_mv->i2_mv[3]; in ih264d_decode_temporal_direct()
773 i2_mv_y0 = 0; in ih264d_decode_temporal_direct()
778 i2_mv_y0 /= 2; in ih264d_decode_temporal_direct()
782 i2_mv_y0 *= 2; in ih264d_decode_temporal_direct()
806 i16_temp = (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()
807 i2_mv_y1 = i16_temp - i2_mv_y0; in ih264d_decode_temporal_direct()
808 i2_mv_y0 = i16_temp; in ih264d_decode_temporal_direct()
851 i2_mv[1] = i2_mv_y0; in ih264d_decode_temporal_direct()
[all …]