Home
last modified time | relevance | path

Searched refs:i2_mv_y1 (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
109 i2_mv_y1 = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
131 (ABS(i2_mv_y1 - i2_ngbr_mv_y1) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()
138 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) < 4) ? 0 : 1; in ihevcd_pu_boundary_strength()
146 (ABS(i2_mv_y1 - i2_ngbr_mv_y1) >= 4)) && in ihevcd_pu_boundary_strength()
150 (ABS(i2_mv_y1 - i2_ngbr_mv_y0) >= 4)) ? 1 : 0; in ihevcd_pu_boundary_strength()
176 i2_mv_y = i2_mv_y1; 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
789 i2_mv_y1 = 0; in ih264d_decode_temporal_direct()
807 i2_mv_y1 = i16_temp - i2_mv_y0; in ih264d_decode_temporal_direct()
868 i2_mv[1] = i2_mv_y1; in ih264d_decode_temporal_direct()
884 s_temp_mv_pred.i2_mv[3] = i2_mv_y1; in ih264d_decode_temporal_direct()
905 i2_mv_y = i2_mv_y1; in ih264d_decode_temporal_direct()