Searched refs:ps_frame_info (Results 1 – 3 of 3) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_rate_control.c | 402 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 …]
|
D | ih264e_debug.h | 50 #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
|
D | ih264e_rate_control.h | 211 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);
|