Searched refs:s_pic_level_info (Results 1 – 5 of 5) sorted by relevance
300 ps_curr_inp->s_pic_level_info.i8_total_cu = 0; in ihevce_ent_coding_thrd()301 ps_curr_inp->s_pic_level_info.i8_total_intra_cu = 0; in ihevce_ent_coding_thrd()302 ps_curr_inp->s_pic_level_info.i8_total_inter_cu = 0; in ihevce_ent_coding_thrd()303 ps_curr_inp->s_pic_level_info.i8_total_skip_cu = 0; in ihevce_ent_coding_thrd()304 ps_curr_inp->s_pic_level_info.i8_total_pu = 0; in ihevce_ent_coding_thrd()305 ps_curr_inp->s_pic_level_info.i8_total_intra_pu = 0; in ihevce_ent_coding_thrd()306 ps_curr_inp->s_pic_level_info.i8_total_non_skipped_inter_pu = 0; in ihevce_ent_coding_thrd()307 ps_curr_inp->s_pic_level_info.i8_total_merge_pu = 0; in ihevce_ent_coding_thrd()310 ps_curr_inp->s_pic_level_info.i8_total_cu_based_on_size[i] = 0; in ihevce_ent_coding_thrd()311 ps_curr_inp->s_pic_level_info.i8_total_2nx2n_intra_pu[i] = 0; in ihevce_ent_coding_thrd()[all …]
362 ps_entropy_ctxt->ps_pic_level_info = &ps_curr_inp->s_pic_level_info; in ihevce_entropy_encode_frame()
4148 ->s_pic_level_info.u4_frame_sad = total_frame_sad; in ihevce_enc_frm_proc_slave_thrd()4150 ->s_pic_level_info.u4_frame_intra_sad = total_frame_intra_sad; in ihevce_enc_frm_proc_slave_thrd()4152 ->s_pic_level_info.u4_frame_inter_sad = total_frame_inter_sad; in ihevce_enc_frm_proc_slave_thrd()4155 ->s_pic_level_info.i8_frame_cost = total_frame_cost; in ihevce_enc_frm_proc_slave_thrd()4157 ->s_pic_level_info.i8_frame_intra_cost = total_frame_intra_cost; in ihevce_enc_frm_proc_slave_thrd()4159 ->s_pic_level_info.i8_frame_inter_cost = total_frame_inter_cost; in ihevce_enc_frm_proc_slave_thrd()
2016 s_pic_level_acc_info_t s_pic_level_info; member
2180 memset(&ps_frmp_ent_bufs->s_pic_level_info, 0, sizeof(s_pic_level_acc_info_t)); in ihevce_mem_manager_init()