Home
last modified time | relevance | path

Searched refs:ps_top_left_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
249 ps_top_left_mv = &ps_proc->s_top_left_mb_pu_ME.s_me_info[i4_reflist].s_mv; in ih264e_get_search_candidates()
309 mvx = (ps_top_left_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
310 mvy = (ps_top_left_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates()