Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dframe_info_collector.c67 void init_frame_info(frame_info_t *ps_frame_info) in init_frame_info() argument
69 ps_frame_info->i8_frame_num = -1; in init_frame_info()
70 ps_frame_info->e_pic_type = BUF_PIC; in init_frame_info()
71 ps_frame_info->f_8bit_q_scale = -1; in init_frame_info()
72 ps_frame_info->f_8bit_q_scale_without_offset = -1; in init_frame_info()
73 ps_frame_info->f_hbd_q_scale = -1; in init_frame_info()
74 ps_frame_info->f_hbd_q_scale_without_offset = -1; in init_frame_info()
75 ps_frame_info->i4_scene_type = -1; in init_frame_info()
76 ps_frame_info->i4_rc_hevc_qp = -1; in init_frame_info()
77 ps_frame_info->i8_cl_sad = -1; in init_frame_info()
[all …]
Drc_look_ahead_params.h117 frame_info_t *ps_frame_info; member
Drate_control_api.c1945 frame_info_t *ps_frame_info, in update_frame_level_info() argument
1962 ps_frame_info->i4_flag_rc_model_update = i4_flag_rc_model_update; in update_frame_level_info()
1963 ps_frame_info->i4_num_entries++; in update_frame_level_info()
2033 ps_frame_info->i8_frame_num = get_num_frms_encoded(ps_rate_control_api->ps_cbr_buffer); in update_frame_level_info()
2034 ps_frame_info->i4_num_entries++; in update_frame_level_info()
2079 ps_frame_info->i8_frame_num = get_num_frms_encoded(ps_rate_control_api->ps_cbr_buffer); in update_frame_level_info()
2080 ps_frame_info->i4_num_entries++; in update_frame_level_info()
2208 ps_frame_info->model_coeff_a_lin_wo_int.e = temp.e; in update_frame_level_info()
2209 ps_frame_info->model_coeff_a_lin_wo_int.sm = temp.sm; in update_frame_level_info()
Dihevce_rc_interface.c1182 frame_info_t *ps_frame_info; in ihevce_rc_get_bpp_based_frame_qp() local
1375 ps_rc_lap_out->ps_frame_info, in ihevce_rc_get_bpp_based_frame_qp()
1734 ps_rc_lap_out->ps_frame_info, in ihevce_get_L0_est_satd_based_scd_qp()
2585 ps_rc_lap_out->ps_frame_info->af_sum_weigh, in ihevce_rc_get_pic_quant()
2763 ps_rc_lap_out->ps_frame_info, in ihevce_rc_get_pic_quant()
2865 ps_rc_lap_out->ps_frame_info, in ihevce_rc_get_pic_quant()
4410 ps_rc_lap_out->ps_frame_info->af_sum_weigh, in ihevce_rc_update_pic_info()
Drate_control_api.h229 frame_info_t *ps_frame_info,
Dihevce_frame_process.c5172 ps_curr_inp->s_rc_lap_out.ps_frame_info = &ps_curr_inp->s_frame_info; in ihevce_pre_enc_init()
6721 ->s_rc_lap_out.ps_frame_info->i4_rc_hevc_qp; in ihevce_pre_enc_process_frame_thrd()
/external/libavc/encoder/
Dih264e_rate_control.c402 void ih264e_update_rc_mb_info(frame_info_t *ps_frame_info, void *pv_proc) in ih264e_update_rc_mb_info() argument
411 ps_frame_info->tot_mb_sad[mb_type] += ps_proc->i4_mb_distortion; in ih264e_update_rc_mb_info()
414 ps_frame_info->qp_sum[mb_type] += gau1_h264_to_mpeg2_qmap[ps_proc->u4_mb_qp]; in ih264e_update_rc_mb_info()
417 ps_frame_info->num_mbs[mb_type]++; in ih264e_update_rc_mb_info()
422 ps_frame_info->intra_mb_cost_sum += ps_proc->i4_mb_cost; in ih264e_update_rc_mb_info()
543 frame_info_t *ps_frame_info, in ih264e_rc_post_enc() argument
573 ai4_tot_mb_in_type[MB_TYPE_INTRA] = irc_fi_get_total_mb(ps_frame_info,MB_TYPE_INTRA); in ih264e_rc_post_enc()
574 ai4_tot_mb_in_type[MB_TYPE_INTER] = irc_fi_get_total_mb(ps_frame_info,MB_TYPE_INTER); in ih264e_rc_post_enc()
577 ai4_tot_mb_type_qp[MB_TYPE_INTRA] = irc_fi_get_total_mb_qp(ps_frame_info,MB_TYPE_INTRA); in ih264e_rc_post_enc()
578 ai4_tot_mb_type_qp[MB_TYPE_INTER] = irc_fi_get_total_mb_qp(ps_frame_info,MB_TYPE_INTER); in ih264e_rc_post_enc()
[all …]
Dih264e_debug.h50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument
51 ih264e_debug_dump_inp_to_post_enc(ps_frame_info, pic_cnt, num_cores);
61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
Dih264e_rate_control.h211 void ih264e_update_rc_mb_info(frame_info_t *ps_frame_info, void *pv_proc);
306 frame_info_t *ps_frame_info,
339 void ih264e_update_rc_bits_info(frame_info_t *ps_frame_info, void *pv_entropy);