Searched refs:s_frame_info (Results 1 – 6 of 6) sorted by relevance
4328 frame_info_t s_frame_info; in ihevce_rc_update_pic_info() local4359 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 …]
484 frame_info_t s_frame_info; member
5188 ps_curr_inp->s_rc_lap_out.ps_frame_info = &ps_curr_inp->s_frame_info; in ihevce_pre_enc_init()
2285 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() local2442 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()
2062 frame_info_t s_frame_info; member
1887 memset(&ps_proc->s_frame_info, 0, sizeof(frame_info_t)); in ih264e_pic_init()