Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c673 part_type_results_t *ps_best = &ps_best_results[j]; in ihevce_populate_cu_struct() local
675 if(ps_best->as_pu_results[0].pu.b1_intra_flag) 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()
695 ps_cu_candt->as_inter_pu[0] = ps_best->as_pu_results[0].pu; in ihevce_populate_cu_struct()
700 ps_cu_candt->i4_total_cost = ps_best->i4_tot_cost; in ihevce_populate_cu_struct()
703 ps_best->as_pu_results[0].i4_mv_cost; in ihevce_populate_cu_struct()
707 ps_best->as_pu_results[0].i4_tot_cost - ps_best->as_pu_results[0].i4_mv_cost; in ihevce_populate_cu_struct()
710 if(ps_best->u1_part_type) in ihevce_populate_cu_struct()
[all …]