Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c2528 S32 num_best_cand = 0; in hme_decide_part_types() local
2533 num_best_cand = hme_tu_recur_cand_harvester( in hme_decide_part_types()
2540 for(i = 0; i < num_best_cand; i++) in hme_decide_part_types()
2569 for(i = 0; i < num_best_cand; i++) in hme_decide_part_types()
2597 for(i = 0; i < num_best_cand; i++) in hme_decide_part_types()
2963 if(part_type_cost < best_cost[num_best_cand - 1]) in hme_decide_part_types()
2987 ps_cu_results->u1_num_best_results = num_best_cand; in hme_decide_part_types()
2989 for(i = 0; i < num_best_cand; i++) in hme_decide_part_types()
2991 ASSERT(ai4_final_idx[i] < num_best_cand); in hme_decide_part_types()
Dhme_refine.c10061 S32 num_best_cand = 0; in hme_refine_no_encode() local
10137 num_best_cand = 0; in hme_refine_no_encode()
10155 num_best_cand, in hme_refine_no_encode()
10165 num_best_cand = num_unique_nodes; in hme_refine_no_encode()
10172 if(1 == num_best_cand) in hme_refine_no_encode()
10223 for(srch_cand = 0; srch_cand < num_best_cand; srch_cand++) in hme_refine_no_encode()
/external/libaom/libaom/av1/encoder/
Drdopt.c4167 const int num_best_cand = best_motion_mode_cands->num_motion_mode_cand; in evaluate_motion_mode_for_winner_candidates() local
4169 for (int cand = 0; cand < num_best_cand; cand++) { in evaluate_motion_mode_for_winner_candidates()