Searched defs:s_mvcol (Results 1 - 1 of 1) sorted by relevance

/external/libavc/encoder/
H A Dih264e_me.c1298 mv_t s_mvcol; local
1320 s_mvcol.i2_mvx = 0;
1321 s_mvcol.i2_mvy = 0;
1328 s_mvcol = ps_proc->ps_colpu->s_me_info[PRED_L0].s_mv;
1333 s_mvcol = ps_proc->ps_colpu->s_me_info[PRED_L1].s_mv;
1339 i4_colzeroflag = (!i4_refidxcol && (ABS(s_mvcol.i2_mvx) <= 1)
1340 && (ABS(s_mvcol.i2_mvy) <= 1));
1439 ps_skip_mv[PRED_L0].s_mv.i2_mvx = (( i4_dist_scale_factor * s_mvcol.i2_mvx + 128 ) >> 8) & 0xfffc;
1440 ps_skip_mv[PRED_L0].s_mv.i2_mvy = (( i4_dist_scale_factor * s_mvcol.i2_mvy + 128 ) >> 8) & 0xfffc;
1442 ps_skip_mv[PRED_L1].s_mv.i2_mvx = (ps_skip_mv[PRED_L0].s_mv.i2_mvx - s_mvcol
1509 mv_t s_mvcol; local
[all...]

Completed in 312 milliseconds