Searched refs:num_mvp_cand_l0 (Results 1 – 1 of 1) sorted by relevance
606 WORD32 num_mvp_cand_l0; in ihevce_mv_pred() local610 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 …]