Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c2602 WORD32 cand_idx; in hme_decide_part_types() local
2966 for(cand_idx = 0; cand_idx < i; cand_idx++) in hme_decide_part_types()
2968 if(part_type_cost <= best_cost[cand_idx]) in hme_decide_part_types()
2971 &ai4_final_idx[cand_idx + 1], in hme_decide_part_types()
2972 &ai4_final_idx[cand_idx], in hme_decide_part_types()
2973 sizeof(WORD32) * (i - cand_idx)); in hme_decide_part_types()
2975 &best_cost[cand_idx + 1], in hme_decide_part_types()
2976 &best_cost[cand_idx], in hme_decide_part_types()
2977 sizeof(WORD32) * (i - cand_idx)); in hme_decide_part_types()
2982 ai4_final_idx[cand_idx] = i; in hme_decide_part_types()
[all …]