HomeSort by relevance Sort by last modified time
    Searched refs:i2_mvy (Results 1 - 7 of 7) sorted by null

  /external/libhevc/decoder/
ihevcd_mv_pred.c 123 mvy = ps_mv->i2_mvy;
131 ps_mv->i2_mvy = CLIP_S16(mvy);
183 mvy = ps_mv->i2_mvy;
191 ps_mv->i2_mvy = CLIP_S16(mvy);
589 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy)))
603 || (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy)))
642 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy)))
    [all...]
ihevcd_get_mv.c 370 mvp_y = s_pred_mv.s_l0_mv.i2_mvy;
372 mvd_y = ps_pu->mv.s_l0_mv.i2_mvy;
381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y;
387 mvp_y = s_pred_mv.s_l1_mv.i2_mvy;
389 mvd_y = ps_pu->mv.s_l1_mv.i2_mvy;
398 ps_pu->mv.s_l1_mv.i2_mvy = tmp_y;
ihevcd_mv_merge.c 220 ps_mv_col[0].i2_mvy = 0;
222 ps_mv_col[1].i2_mvy = 0;
352 ps_mv_col[0].i2_mvy = 0;
398 ps_mv_col[1].i2_mvy = 0;
867 || (s_l0_mv.i2_mvy != s_l1_mv.i2_mvy))
925 ps_pu[0].mv.s_l0_mv.i2_mvy = 0;
927 ps_pu[0].mv.s_l1_mv.i2_mvy = 0;
ihevcd_inter_pred.c 278 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples - pu_y + 7) << 2));
297 mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples - pu_y + 7) << 2));
325 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples - pu_y + 7) << 2));
343 mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples - pu_y + 7) << 2));
ihevcd_boundary_strength.c 107 i2_mv_y0 = ps_pu->mv.s_l0_mv.i2_mvy;
109 i2_mv_y1 = ps_pu->mv.s_l1_mv.i2_mvy;
112 i2_ngbr_mv_y0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvy;
114 i2_ngbr_mv_y1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvy;
    [all...]
ihevcd_parse_slice.c 498 ps_mv->i2_mvy = abs_mvd;
762 ps_pu->mv.s_l1_mv.i2_mvy = 0;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 298 WORD16 i2_mvy; member in struct:__anon27516
    [all...]

Completed in 54 milliseconds