Home
last modified time | relevance | path

Searched refs:i4_tot_frms_in_gop (Results 1 – 2 of 2) 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 …]
/external/libhevc/encoder/
Dbit_allocation.c71 WORD32 i4_tot_frms_in_gop; member
170 WORD32 i4_tot_frms_in_gop = 0, i; in get_actual_num_frames_in_gop() local
176 i4_tot_frms_in_gop += ai4_actual_frms_in_gop[i]; in get_actual_num_frames_in_gop()
178 return (i4_tot_frms_in_gop); in get_actual_num_frames_in_gop()
211 WORD32 i4_tot_frms_in_gop = get_actual_num_frames_in_gop(ps_pic_handling); in init_rbip() local
220 (i4_tot_frms_in_gop * i4_num_intra_frm_interval /*- i4_frm_correction_for_open_gop*/); in init_rbip()
224 ps_rbip->i4_tot_frms_in_gop = i4_tot_frms_in_gop; in init_rbip()
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()
[all …]