Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_bit_allocation.c146 WORD32 i4_new_tot_frms_in_gop = get_number_of_frms_in_a_gop( in check_update_rbip() local
149 if(i4_new_tot_frms_in_gop != ps_rbip->i4_tot_frms_in_gop) in check_update_rbip()
153 * (i4_new_tot_frms_in_gop in check_update_rbip()
170 ps_rbip->i4_tot_frms_in_gop = i4_new_tot_frms_in_gop; in check_update_rbip()
/external/libhevc/encoder/
Dbit_allocation.c241 WORD32 i4_new_tot_frms_in_gop = get_actual_num_frames_in_gop(ps_pic_handling); in check_update_rbip() local
242 if(i4_new_tot_frms_in_gop != ps_rbip->i4_tot_frms_in_gop) in check_update_rbip()
245 (i4_new_tot_frms_in_gop - ps_rbip->i4_tot_frms_in_gop); in check_update_rbip()
250 ps_rbip->i4_tot_frms_in_gop = i4_new_tot_frms_in_gop; in check_update_rbip()