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

  /external/libhevc/decoder/
ihevcd_mv_pred.c 122 mvx = ps_mv->i2_mvx;
130 ps_mv->i2_mvx = CLIP_S16(mvx);
182 mvx = ps_mv->i2_mvx;
190 ps_mv->i2_mvx = CLIP_S16(mvx);
588 || (as_mv_a[0].i2_mvx != as_mv_b[0].i2_mvx)
602 || (as_mv_a[1].i2_mvx != as_mv_b[1].i2_mvx)
641 || (as_mv_a[0].i2_mvx != as_mv_b[0].i2_mvx)
    [all...]
ihevcd_get_mv.c 369 mvp_x = s_pred_mv.s_l0_mv.i2_mvx;
371 mvd_x = ps_pu->mv.s_l0_mv.i2_mvx;
377 ps_pu->mv.s_l0_mv.i2_mvx = tmp_x;
386 mvp_x = s_pred_mv.s_l1_mv.i2_mvx;
388 mvd_x = ps_pu->mv.s_l1_mv.i2_mvx;
394 ps_pu->mv.s_l1_mv.i2_mvx = tmp_x;
ihevcd_mv_merge.c 219 ps_mv_col[0].i2_mvx = 0;
221 ps_mv_col[1].i2_mvx = 0;
351 ps_mv_col[0].i2_mvx = 0;
397 ps_mv_col[1].i2_mvx = 0;
866 || (s_l0_mv.i2_mvx != s_l1_mv.i2_mvx)
924 ps_pu[0].mv.s_l0_mv.i2_mvx = 0;
926 ps_pu[0].mv.s_l1_mv.i2_mvx = 0;
ihevcd_inter_pred.c 274 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
293 mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
321 mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
339 mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_in_luma_samples - pu_x + 7) << 2));
ihevcd_boundary_strength.c 106 i2_mv_x0 = ps_pu->mv.s_l0_mv.i2_mvx;
108 i2_mv_x1 = ps_pu->mv.s_l1_mv.i2_mvx;
111 i2_ngbr_mv_x0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvx;
113 i2_ngbr_mv_x1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvx;
    [all...]
ihevcd_parse_slice.c 478 ps_mv->i2_mvx = abs_mvd;
761 ps_pu->mv.s_l1_mv.i2_mvx = 0;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 293 WORD16 i2_mvx; member in struct:__anon3266
    [all...]

Completed in 41 milliseconds