Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_cbr_buffer_control.c388 WORD32 i4_bits_to_stuff; in irc_get_cbr_bits_to_stuff() local
403 i4_bits_to_stuff = i4_drain_bits_per_frame + i4_error_bits in irc_get_cbr_bits_to_stuff()
407 return i4_bits_to_stuff; in irc_get_cbr_bits_to_stuff()
Dirc_rate_control_api.c1137 WORD32 i4_bits_to_stuff; in irc_get_bits_to_stuff() local
1139 i4_bits_to_stuff = irc_get_cbr_bits_to_stuff( in irc_get_bits_to_stuff()
1142 return i4_bits_to_stuff; in irc_get_bits_to_stuff()