Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_mv_pred.c656 mv_t as_mv_col[2], s_mv_col_l0, s_mv_col_l1; in ihevce_mv_pred() local
669 s_mv_col_l1 = as_mv_col[1]; in ihevce_mv_pred()
685 s_mv_col_l1 = as_mv_col[1]; in ihevce_mv_pred()
706 as_mvp_list_l1[num_mvp_cand_l1] = s_mv_col_l1; in ihevce_mv_pred()
/external/libhevc/decoder/
Dihevcd_mv_pred.c674 mv_t as_mv_col[2], s_mv_col_l0, s_mv_col_l1; in ihevcd_mv_pred() local
687 s_mv_col_l1 = as_mv_col[1]; in ihevcd_mv_pred()
703 s_mv_col_l1 = as_mv_col[1]; in ihevcd_mv_pred()
730 ps_pred_mv->s_l1_mv = s_mv_col_l1; in ihevcd_mv_pred()