Home
last modified time | relevance | path

Searched refs:ps_top_right_mv (Results 1 – 1 of 1) sorted by relevance

/external/libavc/encoder/
Dih264e_me.c221 mv_t *ps_left_mv, *ps_top_mv, *ps_top_left_mv, *ps_top_right_mv; in ih264e_get_search_candidates() local
250 ps_top_right_mv = &(ps_proc->ps_top_row_pu_ME + i4_mb_x + 1)->s_me_info[i4_reflist].s_mv; in ih264e_get_search_candidates()
295 mvx = (ps_top_right_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
296 mvy = (ps_top_right_mv->i2_mvy + 2)>> 2; in ih264e_get_search_candidates()