Home
last modified time | relevance | path

Searched refs:irc_fi_get_total_mb_qp (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_rate_control.c577 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()
Dirc_frame_info_collector.h104 WORD32 irc_fi_get_total_mb_qp(frame_info_t *frame_info, UWORD8 mb_type);
Dirc_frame_info_collector.c132 WORD32 irc_fi_get_total_mb_qp(frame_info_t *frame_info, UWORD8 mb_type) in irc_fi_get_total_mb_qp() function