Searched refs:tot_frms_in_period (Results 1 – 1 of 1) sorted by relevance
967 WORD32 ai4_frms_in_period[MAX_PIC_TYPE], ai4_frm_in_gop[MAX_PIC_TYPE], tot_frms_in_period = 0; in bit_alloc_get_intra_bits() local992 tot_frms_in_period += ai4_frm_in_gop[i]; in bit_alloc_get_intra_bits()1010 if((tot_frms_in_period == in bit_alloc_get_intra_bits()1015 (WORD32)(i4_bits_in_period * ((float)i4_intra_int / tot_frms_in_period)); in bit_alloc_get_intra_bits()1065 if(i4_num_buf_frms > tot_frms_in_period) in bit_alloc_get_intra_bits()1067 i4_num_buf_frms = tot_frms_in_period; in bit_alloc_get_intra_bits()1071 if(i4_num_buf_frms < tot_frms_in_period) in bit_alloc_get_intra_bits()1076 (ai4_frms_in_period[i] * i4_num_buf_frms + (tot_frms_in_period >> 1)) / in bit_alloc_get_intra_bits()1077 tot_frms_in_period; in bit_alloc_get_intra_bits()1104 ((LWORD64)i4_bits_in_period * i4_num_buf_frms + (tot_frms_in_period >> 1)) / in bit_alloc_get_intra_bits()[all …]