Searched refs:update_rbip (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | bit_allocation.c | 275 static WORD32 update_rbip( in update_rbip() function 579 i4_rem_bits_in_period = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0); in init_prev_header_bits() 997 i4_default_bits_in_period = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0); in bit_alloc_get_intra_bits() 1025 i4_default_bits_in_period = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0); in bit_alloc_get_intra_bits() 1129 update_rbip( in bit_alloc_get_intra_bits() 1375 WORD32 i4_rbip = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0); in get_cur_frm_est_texture_bits() 1432 WORD32 i4_rbip = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0); in get_cur_frm_est_texture_bits() 1437 i4_rem_texture_bits = update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0) + in get_cur_frm_est_texture_bits() 1608 return (update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0)); in get_rem_bits_in_period() 1758 update_rbip(&ps_bit_allocation->s_rbip, ps_pic_handling, 0), in update_cur_frm_consumed_bits() [all …]
|