HomeSort by relevance Sort by last modified time
    Searched full:ps_top_mv (Results 1 - 1 of 1) sorted by null

  /external/libavc/encoder/
ih264e_me.c 221 mv_t *ps_left_mv, *ps_top_mv, *ps_top_left_mv, *ps_top_right_mv; local
248 ps_top_mv = &(ps_proc->ps_top_row_pu_ME + i4_mb_x)->s_me_info[i4_reflist].s_mv;
281 mvx = (ps_top_mv->i2_mvx + 2) >> 2;
282 mvy = (ps_top_mv->i2_mvy + 2) >> 2;
1177 enc_pu_t *ps_top_mv = ps_proc->ps_top_row_pu_ME + ps_proc->i4_mb_x; local
    [all...]

Completed in 346 milliseconds