Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_bit_allocation.c45 WORD32 i4_tot_frms_in_gop; member
90 WORD32 i4_tot_frms_in_gop = 0, i; in get_number_of_frms_in_a_gop() local
97 i4_tot_frms_in_gop = 0; in get_number_of_frms_in_a_gop()
100 i4_tot_frms_in_gop += ai4_frms_in_gop[i]; in get_number_of_frms_in_a_gop()
102 return (i4_tot_frms_in_gop); in get_number_of_frms_in_a_gop()
110 WORD32 i4_tot_frms_in_gop = get_number_of_frms_in_a_gop(ps_pic_handling); in init_rbip() local
118 SET_VAR_Q(vq_tot_frms_in_gop, i4_tot_frms_in_gop, 0); in init_rbip()
134 ps_rbip->i4_tot_frms_in_gop = i4_tot_frms_in_gop; in init_rbip()
149 if(i4_new_tot_frms_in_gop != ps_rbip->i4_tot_frms_in_gop) in check_update_rbip()
154 - ps_rbip->i4_tot_frms_in_gop); in check_update_rbip()
[all …]