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

  /external/libavc/encoder/
ime.c 122 WORD16 i2_mvx, i2_mvy; local
148 i2_mvy = ps_mb_part->s_mv_curr.i2_mvy;
151 i2_mv_u_y = i2_mvy;
158 (i2_mvy - 1 < i4_srch_range_n) ||
159 (i2_mvy + 1 > i4_srch_range_s) )
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd);
179 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] );
181 + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] )
    [all...]
ih264e_me.c 259 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = 0;
267 mvy = (ps_left_mv->i2_mvy + 2) >> 2;
273 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy;
282 mvy = (ps_top_mv->i2_mvy + 2) >> 2;
288 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy;
296 mvy = (ps_top_right_mv->i2_mvy + 2)>> 2;
302 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy;
310 mvy = (ps_top_left_mv->i2_mvy + 2) >> 2;
316 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy;
329 ps_mb_part->s_mv_pred.i2_mvy = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvy
    [all...]
ih264e_mc.c 209 u4_mv_y_full = ps_curr_mv->i2_mvy >> 2;
213 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1;
217 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1);
344 u4_mv_y = ps_curr_mv->i2_mvy >> 3;
348 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2;
352 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1;
356 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1);
403 u4_mv_y = ps_curr_mv->i2_mvy >> 3;
410 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2;
414 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1
    [all...]
ih264e_deblk.c 255 i16_pMvl0_y = ps_top_pu->s_me_info[ps_top_pu->b2_pred_mode].s_mv.i2_mvy;
258 i16_qMvl0_y = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvy;
268 i16_pMvl0_y = ps_top_pu->s_me_info[PRED_L0].s_mv.i2_mvy;
270 i16_pMvl1_y = ps_top_pu->s_me_info[PRED_L1].s_mv.i2_mvy;
273 i16_qMvl0_y = ps_curr_pu->s_me_info[PRED_L0].s_mv.i2_mvy;
275 i16_qMvl1_y = ps_curr_pu->s_me_info[PRED_L1].s_mv.i2_mvy;
302 i16_pMvl0_y = ps_left_pu->s_me_info[ps_left_pu->b2_pred_mode].s_mv.i2_mvy;
305 i16_qMvl0_y = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvy;
315 i16_pMvl0_y = ps_left_pu->s_me_info[PRED_L0].s_mv.i2_mvy;
317 i16_pMvl1_y = ps_left_pu->s_me_info[PRED_L1].s_mv.i2_mvy;
    [all...]
ime_structs.h 56 WORD16 i2_mvy; member in struct:__anon22294
ih264e_process.c 757 ps_mb_hdr->ai2_mv[1] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvy - ps_proc->ps_pred_mv[0].s_mv.i2_mvy;
800 ps_mb_hdr->ai2_mv[0][1] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvy
801 - ps_proc->ps_pred_mv[0].s_mv.i2_mvy;
808 ps_mb_hdr->ai2_mv[1][1] = ps_proc->ps_pu->s_me_info[1].s_mv.i2_mvy
809 - ps_proc->ps_pred_mv[1].s_mv.i2_mvy;
    [all...]
  /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 511 ps_mv->i2_mvy = abs_mvd;
775 ps_pu->mv.s_l1_mv.i2_mvy = 0;
    [all...]
  /external/libavc/common/
ih264_structs.h 143 WORD16 i2_mvy; member in struct:__anon22037
    [all...]
  /external/libavc/decoder/
ih264d_parse_bslice.c 305 WORD16 i2_mvx, i2_mvy; local
363 i2_mvy = (-(WORD32)u4_abs_val);
365 i2_mvy = (u4_abs_val);
371 ps_mv->i2_mv[u1_b2 + 1] = i2_mvy;
    [all...]
ih264d_parse_pslice.c 261 WORD16 i2_mvx, i2_mvy; local
298 i2_mvy = ih264d_sev(pu4_bitstrm_ofst,
300 COPYTHECONTEXT("MVD", i2_mvy);
310 ps_mv->i2_mv[1] = i2_mvy;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1172 WORD16 i2_mvy; member in struct:__anon23206
    [all...]

Completed in 1250 milliseconds