Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c4328 frame_info_t s_frame_info; in ihevce_rc_update_pic_info() local
4359 init_frame_info(&s_frame_info); in ihevce_rc_update_pic_info()
4360 s_frame_info.i4_rc_hevc_qp = i4_avg_frame_hevc_qp; in ihevce_rc_update_pic_info()
4361 s_frame_info.i4_num_entries++; in ihevce_rc_update_pic_info()
4362 s_frame_info.i8_L1_me_sad = ps_rc_lap_out->i8_raw_l1_coarse_me_sad; in ihevce_rc_update_pic_info()
4363 s_frame_info.i8_L1_ipe_raw_sad = ps_rc_lap_out->i8_raw_pre_intra_sad; in ihevce_rc_update_pic_info()
4364 s_frame_info.i4_num_entries++; in ihevce_rc_update_pic_info()
4365 s_frame_info.i4_num_entries++; in ihevce_rc_update_pic_info()
4366 s_frame_info.i8_L0_open_cost = (LWORD64)u4_open_loop_intra_sad; in ihevce_rc_update_pic_info()
4367 s_frame_info.i4_num_entries++; in ihevce_rc_update_pic_info()
[all …]
Dihevce_lap_enc_structs.h484 frame_info_t s_frame_info; member
Dihevce_frame_process.c5188 ps_curr_inp->s_rc_lap_out.ps_frame_info = &ps_curr_inp->s_frame_info; in ihevce_pre_enc_init()
/external/libavc/encoder/
Dih264e_process.c2285 ih264e_update_rc_mb_info(&ps_proc->s_frame_info, ps_proc); in ih264e_process()
2431 frame_info_t s_frame_info; in ih264e_update_rc_post_enc() local
2442 irc_init_frame_info(&s_frame_info); in ih264e_update_rc_post_enc()
2454 s_frame_info.num_mbs[j] += ps_proc[i].s_frame_info.num_mbs[j]; in ih264e_update_rc_post_enc()
2456 s_frame_info.tot_mb_sad[j] += ps_proc[i].s_frame_info.tot_mb_sad[j]; in ih264e_update_rc_post_enc()
2458 s_frame_info.qp_sum[j] += ps_proc[i].s_frame_info.qp_sum[j]; in ih264e_update_rc_post_enc()
2461 s_frame_info.intra_mb_cost_sum += ps_proc[i].s_frame_info.intra_mb_cost_sum; in ih264e_update_rc_post_enc()
2463 s_frame_info.activity_sum += ps_proc[i].s_frame_info.activity_sum; in ih264e_update_rc_post_enc()
2468 ih264e_update_rc_bits_info(&s_frame_info, &ps_proc[i].s_entropy); in ih264e_update_rc_post_enc()
2491 &(s_frame_info), in ih264e_update_rc_post_enc()
Dih264e_structs.h2062 frame_info_t s_frame_info; member
Dih264e_utils.c1887 memset(&ps_proc->s_frame_info, 0, sizeof(frame_info_t)); in ih264e_pic_init()