Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_mv_pred.c606 WORD32 num_mvp_cand_l0; in ihevce_mv_pred() local
610 num_mvp_cand_l0 = 0; in ihevce_mv_pred()
614 as_mvp_list_l0[num_mvp_cand_l0] = as_mv_a[0]; in ihevce_mv_pred()
615 au1_is_top_used_l0[num_mvp_cand_l0] = (is_scaled_flag_list[0] == 0); in ihevce_mv_pred()
616 num_mvp_cand_l0++; in ihevce_mv_pred()
622 (0 == num_mvp_cand_l0)) in ihevce_mv_pred()
624 as_mvp_list_l0[num_mvp_cand_l0] = as_mv_b[0]; in ihevce_mv_pred()
625 au1_is_top_used_l0[num_mvp_cand_l0] = 1; in ihevce_mv_pred()
626 num_mvp_cand_l0++; in ihevce_mv_pred()
654 if((MAX_MVP_LIST_CAND > num_mvp_cand_l0) || (MAX_MVP_LIST_CAND > num_mvp_cand_l1)) in ihevce_mv_pred()
[all …]