Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_entropy_cod.c300 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 …]
Dihevce_entropy_interface.c362 ps_entropy_ctxt->ps_pic_level_info = &ps_curr_inp->s_pic_level_info; in ihevce_entropy_encode_frame()
Dihevce_frame_process.c4132 ->s_pic_level_info.u4_frame_sad = total_frame_sad; in ihevce_enc_frm_proc_slave_thrd()
4134 ->s_pic_level_info.u4_frame_intra_sad = total_frame_intra_sad; in ihevce_enc_frm_proc_slave_thrd()
4136 ->s_pic_level_info.u4_frame_inter_sad = total_frame_inter_sad; in ihevce_enc_frm_proc_slave_thrd()
4139 ->s_pic_level_info.i8_frame_cost = total_frame_cost; in ihevce_enc_frm_proc_slave_thrd()
4141 ->s_pic_level_info.i8_frame_intra_cost = total_frame_intra_cost; in ihevce_enc_frm_proc_slave_thrd()
4143 ->s_pic_level_info.i8_frame_inter_cost = total_frame_inter_cost; in ihevce_enc_frm_proc_slave_thrd()
Dihevce_enc_structs.h2082 s_pic_level_acc_info_t s_pic_level_info; member
Dihevce_memory_init.c2222 memset(&ps_frmp_ent_bufs->s_pic_level_info, 0, sizeof(s_pic_level_acc_info_t)); in ihevce_mem_manager_init()