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

  /external/libavc/encoder/
ime.c 122 WORD16 i2_mvx, i2_mvy; local
147 i2_mvx = ps_mb_part->s_mv_curr.i2_mvx;
150 i2_mv_u_x = i2_mvx;
156 if ( (i2_mvx - 1 < i4_srch_range_w) ||
157 (i2_mvx + 1 > i4_srch_range_e) ||
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
178 i4_cost[0] = i4_sad[0] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx - 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx]
180 i4_cost[1] = i4_sad[1] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx + 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx
    [all...]
ih264e_me.c 258 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = 0;
266 mvx = (ps_left_mv->i2_mvx + 2) >> 2;
272 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx;
281 mvx = (ps_top_mv->i2_mvx + 2) >> 2;
287 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx;
295 mvx = (ps_top_right_mv->i2_mvx + 2) >> 2;
301 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx;
309 mvx = (ps_top_left_mv->i2_mvx + 2) >> 2;
315 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx;
328 ps_mb_part->s_mv_pred.i2_mvx = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvx
    [all...]
ih264e_mc.c 208 u4_mv_x_full = ps_curr_mv->i2_mvx >> 2;
212 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1;
216 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1);
343 u4_mv_x = ps_curr_mv->i2_mvx >> 3;
347 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2;
351 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1;
355 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1);
402 u4_mv_x = ps_curr_mv->i2_mvx >> 3;
409 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2;
413 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1
    [all...]
ih264e_deblk.c 254 i16_pMvl0_x = ps_top_pu->s_me_info[ps_top_pu->b2_pred_mode].s_mv.i2_mvx;
257 i16_qMvl0_x = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvx;
267 i16_pMvl0_x = ps_top_pu->s_me_info[PRED_L0].s_mv.i2_mvx;
269 i16_pMvl1_x = ps_top_pu->s_me_info[PRED_L1].s_mv.i2_mvx;
272 i16_qMvl0_x = ps_curr_pu->s_me_info[PRED_L0].s_mv.i2_mvx;
274 i16_qMvl1_x = ps_curr_pu->s_me_info[PRED_L1].s_mv.i2_mvx;
301 i16_pMvl0_x = ps_left_pu->s_me_info[ps_left_pu->b2_pred_mode].s_mv.i2_mvx;
304 i16_qMvl0_x = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvx;
314 i16_pMvl0_x = ps_left_pu->s_me_info[PRED_L0].s_mv.i2_mvx;
316 i16_pMvl1_x = ps_left_pu->s_me_info[PRED_L1].s_mv.i2_mvx;
    [all...]
ime_structs.h 51 WORD16 i2_mvx; member in struct:__anon22294
ih264e_process.c 755 ps_mb_hdr->ai2_mv[0] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvx - ps_proc->ps_pred_mv[0].s_mv.i2_mvx;
797 ps_mb_hdr->ai2_mv[0][0] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvx
798 - ps_proc->ps_pred_mv[0].s_mv.i2_mvx;
805 ps_mb_hdr->ai2_mv[1][0] = ps_proc->ps_pu->s_me_info[1].s_mv.i2_mvx
806 - ps_proc->ps_pred_mv[1].s_mv.i2_mvx;
    [all...]
  /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 491 ps_mv->i2_mvx = abs_mvd;
774 ps_pu->mv.s_l1_mv.i2_mvx = 0;
    [all...]
  /external/libavc/common/
ih264_structs.h 138 WORD16 i2_mvx; member in struct:__anon22037
    [all...]
  /external/libavc/decoder/
ih264d_parse_bslice.c 305 WORD16 i2_mvx, i2_mvy; local
332 i2_mvx = (-(WORD32)u4_abs_val);
334 i2_mvx = (u4_abs_val);
370 ps_mv->i2_mv[u1_b2] = i2_mvx;
    [all...]
ih264d_parse_pslice.c 261 WORD16 i2_mvx, i2_mvy; local
266 //i2_mvx = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
292 i2_mvx = (-(WORD32)u4_abs_val);
294 i2_mvx = (u4_abs_val);
297 COPYTHECONTEXT("MVD", i2_mvx);
309 ps_mv->i2_mv[0] = i2_mvx;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1167 WORD16 i2_mvx; member in struct:__anon23206
    [all...]

Completed in 136 milliseconds