Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c542 cu_inter_cand_t *ps_cu_candt; in ihevce_populate_cu_struct() local
659 ps_cu_candt = ps_cu_out->as_cu_inter_cand; in ihevce_populate_cu_struct()
682 memcpy(ps_cu_candt->ai4_tu_split_flag, ps_best->ai4_tu_split_flag, 4 * sizeof(WORD32)); in ihevce_populate_cu_struct()
685 memcpy(ps_cu_candt->ai4_tu_early_cbf, ps_best->ai4_tu_early_cbf, 4 * sizeof(WORD32)); in ihevce_populate_cu_struct()
688 ps_cu_candt->b3_part_size = ps_best->u1_part_type; in ihevce_populate_cu_struct()
692 ps_cu_candt->b1_skip_flag = 0; in ihevce_populate_cu_struct()
695 ps_cu_candt->as_inter_pu[0] = ps_best->as_pu_results[0].pu; in ihevce_populate_cu_struct()
697 ps_cu_candt->as_inter_pu[0].b1_merge_flag = 0; in ihevce_populate_cu_struct()
700 ps_cu_candt->i4_total_cost = ps_best->i4_tot_cost; in ihevce_populate_cu_struct()
712 ps_cu_candt->as_inter_pu[1] = ps_best->as_pu_results[1].pu; in ihevce_populate_cu_struct()
[all …]