Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_rate_control.c573 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()
Dirc_frame_info_collector.h106 WORD32 irc_fi_get_total_mb(frame_info_t *frame_info, UWORD8 mb_type);
Dirc_frame_info_collector.c144 WORD32 irc_fi_get_total_mb(frame_info_t *frame_info, UWORD8 mb_type) in irc_fi_get_total_mb() function