Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_rate_control.c566 WORD32 i4_cbr_bits_to_stuff = 0; in ih264e_rc_post_enc() local
643i4_cbr_bits_to_stuff = irc_get_bits_to_stuff(ps_rate_control_api, i4_total_frame_bits, pe_vop_codi… in ih264e_rc_post_enc()
646 i4_cbr_bits_to_stuff += 32; in ih264e_rc_post_enc()
650 i4_total_frame_bits += i4_cbr_bits_to_stuff; in ih264e_rc_post_enc()
692 return (i4_cbr_bits_to_stuff >> 3); in ih264e_rc_post_enc()