Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c448 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; in ihevce_bs_compute_cu() local
466 i2_mv_y1 = ps_curr_nbr_4x4_pu->mv.s_l1_mv.i2_mvy; in ihevce_bs_compute_cu()
620 i2_mv_y = i2_mv_y1; in ihevce_bs_compute_cu()
674 (abs(i2_mv_y1 - i2_nbr_mv_y1) < 4) in ihevce_bs_compute_cu()
686 (abs(i2_mv_y1 - i2_nbr_mv_y0) < 4) in ihevce_bs_compute_cu()
699 (abs(i2_mv_y1 - i2_nbr_mv_y1) >= 4)) && in ihevce_bs_compute_cu()
703 (abs(i2_mv_y1 - i2_nbr_mv_y0) >= 4)) in ihevce_bs_compute_cu()
/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
790 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()