Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1137 UWORD8 u1_worst_cost_idx = 0; in ihevce_find_idx_of_worst_cost() local
1141 if(pu4_cost_array[i] > pu4_cost_array[u1_worst_cost_idx]) in ihevce_find_idx_of_worst_cost()
1143 u1_worst_cost_idx = i; in ihevce_find_idx_of_worst_cost()
1147 return u1_worst_cost_idx; in ihevce_find_idx_of_worst_cost()
1508 UWORD8 u1_worst_cost_idx = ps_mode_info->u1_idx_of_worst_cost_in_cost_array; in ihevce_merge_cands_with_existing_best() local
1561 u1_worst_cost_idx); in ihevce_merge_cands_with_existing_best()
1595 u1_worst_cost_idx = in ihevce_merge_cands_with_existing_best()
1598 u1_idx_of_worst_cost_in_pred_buf_array = pu1_pred_id_of_winners[u1_worst_cost_idx]; in ihevce_merge_cands_with_existing_best()
1640 if(au4_cost_src[i] > pu4_cost_dst[u1_worst_cost_idx]) in ihevce_merge_cands_with_existing_best()
1642 u1_worst_cost_idx = u1_num_cands_previously_added; in ihevce_merge_cands_with_existing_best()
[all …]