Home
last modified time | relevance | path

Searched refs:i2_mvy (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_mv_pred.c123 mvy = ps_mv->i2_mvy; in ihevcd_scale_mv()
131 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_mv()
183 mvy = ps_mv->i2_mvy; in ihevcd_scale_collocated_mv()
191 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_collocated_mv()
589 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy))) in ihevcd_mv_pred()
603 || (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy))) in ihevcd_mv_pred()
642 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy))) in ihevcd_mv_pred()
656 || (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy))) in ihevcd_mv_pred()
742 ps_pred_mv->s_l0_mv.i2_mvy = 0; in ihevcd_mv_pred()
747 ps_pred_mv->s_l1_mv.i2_mvy = 0; in ihevcd_mv_pred()
Dihevcd_get_mv.c370 mvp_y = s_pred_mv.s_l0_mv.i2_mvy; in ihevcd_get_mv_ctb()
372 mvd_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_get_mv_ctb()
381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
387 mvp_y = s_pred_mv.s_l1_mv.i2_mvy; in ihevcd_get_mv_ctb()
389 mvd_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_get_mv_ctb()
398 ps_pu->mv.s_l1_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
Dihevcd_mv_merge.c220 ps_mv_col[0].i2_mvy = 0; in ihevcd_collocated_mvp()
222 ps_mv_col[1].i2_mvy = 0; in ihevcd_collocated_mvp()
352 ps_mv_col[0].i2_mvy = 0; in ihevcd_collocated_mvp()
398 ps_mv_col[1].i2_mvy = 0; in ihevcd_collocated_mvp()
867 || (s_l0_mv.i2_mvy != s_l1_mv.i2_mvy)) in ihevcd_mv_merge()
925 ps_pu[0].mv.s_l0_mv.i2_mvy = 0; in ihevcd_mv_merge()
927 ps_pu[0].mv.s_l1_mv.i2_mvy = 0; in ihevcd_mv_merge()
Dihevcd_inter_pred.c278 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
297 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
325 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
343 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
Dihevcd_boundary_strength.c107 i2_mv_y0 = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
109 i2_mv_y1 = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
112 i2_ngbr_mv_y0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
114 i2_ngbr_mv_y1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
Dihevcd_parse_slice.c498 ps_mv->i2_mvy = abs_mvd; in ihevcd_parse_mvd()
762 ps_pu->mv.s_l1_mv.i2_mvy = 0; in ihevcd_parse_pu_mvp()
/external/libhevc/common/
Dihevc_structs.h298 WORD16 i2_mvy; member