Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_rate_control.c554 WORD32 i4_cbr_bits_to_stuff = 0; in ih264e_rc_post_enc() local
628i4_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()
631 i4_cbr_bits_to_stuff += 32; in ih264e_rc_post_enc()
635 i4_total_frame_bits += i4_cbr_bits_to_stuff; in ih264e_rc_post_enc()
677 return (i4_cbr_bits_to_stuff >> 3); in ih264e_rc_post_enc()
/external/libavc/encoder/svc/
Disvce_rate_control.c517 WORD32 i4_cbr_bits_to_stuff = 0; in isvce_rc_post_enc() local
628 i4_cbr_bits_to_stuff = irc_get_bits_to_stuff(ps_rate_control_api, i4_total_frame_bits, in isvce_rc_post_enc()
632 i4_cbr_bits_to_stuff += 32; in isvce_rc_post_enc()
636 i4_total_frame_bits += i4_cbr_bits_to_stuff; in isvce_rc_post_enc()
676 return (i4_cbr_bits_to_stuff >> 3); in isvce_rc_post_enc()