Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1471 inter_cu_mode_info_t *ps_mode_info, in ihevce_merge_cands_with_existing_best() argument
1505 cu_inter_cand_t **pps_cand_dst = ps_mode_info->aps_cu_data; in ihevce_merge_cands_with_existing_best()
1507 UWORD8 u1_num_cands_previously_added = ps_mode_info->u1_num_inter_cands; in ihevce_merge_cands_with_existing_best()
1508 UWORD8 u1_worst_cost_idx = ps_mode_info->u1_idx_of_worst_cost_in_cost_array; in ihevce_merge_cands_with_existing_best()
1510 ps_mode_info->u1_idx_of_worst_cost_in_pred_buf_array; in ihevce_merge_cands_with_existing_best()
1511 UWORD32 *pu4_cost_dst = ps_mode_info->au4_cost; in ihevce_merge_cands_with_existing_best()
1512 UWORD8 *pu1_pred_id_of_winners = ps_mode_info->au1_pred_buf_idx; in ihevce_merge_cands_with_existing_best()
1655 ps_mode_info->au4_cost, u1_num_cands_previously_added); in ihevce_merge_cands_with_existing_best()
1786 ps_mode_info->u1_idx_of_worst_cost_in_cost_array = u1_worst_cost_idx; in ihevce_merge_cands_with_existing_best()
1787 ps_mode_info->u1_num_inter_cands = u1_num_cands_previously_added; in ihevce_merge_cands_with_existing_best()
[all …]