Lines Matching refs:cand_idx
2602 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()
2983 best_cost[cand_idx] = part_type_cost; in hme_decide_part_types()