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

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 92 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; local
106 i2_mv_x0 = ps_pu->mv.s_l0_mv.i2_mvx;
128 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x0) < 4) &&
135 i4_bs = (ABS(i2_mv_x0 - i2_ngbr_mv_x1) < 4) &&
143 i4_bs = ((ABS(i2_mv_x0 - i2_ngbr_mv_x0) >= 4) ||
147 ((ABS(i2_mv_x0 - i2_ngbr_mv_x1) >= 4) ||
169 i2_mv_x = i2_mv_x0;
    [all...]
  /external/libavc/decoder/
ih264d_process_bslice.c 591 WORD16 i2_mv_x0, i2_mv_y0, i2_mv_x1, i2_mv_y1; local
762 i2_mv_x0 = ps_mv->i2_mv[0];
767 i2_mv_x0 = ps_mv->i2_mv[2];
772 i2_mv_x0 = 0;
802 i16_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8;
803 i2_mv_x1 = i16_temp - i2_mv_x0;
804 i2_mv_x0 = i16_temp;
850 i2_mv[0] = i2_mv_x0;
    [all...]

Completed in 789 milliseconds