Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1332 UWORD32 *pu4_cost_src, in ihevce_get_worst_costs_and_indices() argument
1341 pu4_cost_dst[0] = pu4_cost_src[u1_worst_cost_idx_in_dst_array]; in ihevce_get_worst_costs_and_indices()
1342 pu4_cost_src[u1_worst_cost_idx_in_dst_array] = 0; in ihevce_get_worst_costs_and_indices()
1348 ihevce_find_idx_of_worst_cost(pu4_cost_src, u1_src_array_length); in ihevce_get_worst_costs_and_indices()
1350 pu4_cost_dst[i] = pu4_cost_src[pu1_worst_dst_cand_idx[i]]; in ihevce_get_worst_costs_and_indices()
1351 pu4_cost_src[pu1_worst_dst_cand_idx[i]] = 0; in ihevce_get_worst_costs_and_indices()
1356 pu4_cost_src[pu1_worst_dst_cand_idx[i]] = pu4_cost_dst[i]; in ihevce_get_worst_costs_and_indices()
1361 UWORD32 *pu4_cost_src, in ihevce_select_cands_to_replace_previous_worst() argument
1392 pu4_cost_src, pe_cand_id, u1_num_available_cands, INTER_CANDIDATE_ID_T); in ihevce_select_cands_to_replace_previous_worst()
1416 if((pu4_cost_src[i] < au4_worst_dst_costs[j])) in ihevce_select_cands_to_replace_previous_worst()