Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_rate_control.c561 WORD32 i4_total_hdr_bits = 0; in ih264e_rc_post_enc() local
583 i4_total_hdr_bits = irc_fi_get_total_header_bits(ps_frame_info); in ih264e_rc_post_enc()
586 i4_total_frame_bits = i4_total_hdr_bits + i4_total_texturebits ; in ih264e_rc_post_enc()
593 ai4_mb_type_tex_bits[MB_TYPE_INTER] = i4_total_frame_bits - i4_total_hdr_bits; in ih264e_rc_post_enc()
682 i4_total_hdr_bits, /* header bits for */ in ih264e_rc_post_enc()