Lines Matching refs:ai4_frms_in_period
573 ai4_frms_in_period[MAX_PIC_TYPE], i, j; in init_prev_header_bits() local
606 pic_type_get_frms_in_gop(ps_pic_handling, ai4_frms_in_period); in init_prev_header_bits()
611 ai4_frms_in_period[j] = (ai4_frms_in_period[j] * ps_bit_allocation->i4_num_gops_in_period); in init_prev_header_bits()
674 ai4_frms_in_period, in init_prev_header_bits()
813 WORD32 ai4_frms_in_period[MAX_PIC_TYPE]; in init_bit_allocation() local
820 pic_type_get_frms_in_gop(ps_pic_handling, ai4_frms_in_period); in init_bit_allocation()
826 ai4_frms_in_period[j] *= ps_bit_allocation->i4_num_gops_in_period; in init_bit_allocation()
828 i4_total_frms += ai4_frms_in_period[j]; in init_bit_allocation()
836 ai4_frms_in_period[j] * ps_bit_allocation->i4_prev_frm_header_bits[j]; in init_bit_allocation()
857 ai4_frms_in_period, in init_bit_allocation()
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() local
990 ai4_frms_in_period[i] = 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()
1289 WORD32 ai4_frms_in_period[MAX_PIC_TYPE]; in get_cur_frm_est_texture_bits() local
1330 pic_type_get_frms_in_gop(ps_pic_handling, ai4_frms_in_period); in get_cur_frm_est_texture_bits()
1336 ai4_frms_in_period[j] *= ps_bit_allocation->i4_num_gops_in_period; in get_cur_frm_est_texture_bits()
1345 ai4_frms_in_period[0]++; in get_cur_frm_est_texture_bits()
1346 ai4_frms_in_period[e_pic_type]--; in get_cur_frm_est_texture_bits()
1352 ai4_frms_in_period[j] * ps_bit_allocation->i4_prev_frm_header_bits[j]; in get_cur_frm_est_texture_bits()
1354 ai4_frms_in_period[j] * ps_bit_allocation->ai4_prev_frm_tot_bits[j]; in get_cur_frm_est_texture_bits()
1503 if(ai4_frms_in_period[i] > 0) /*Added for field case */ in get_cur_frm_est_texture_bits()
1522 if(ai4_frms_in_period[i] > 0) in get_cur_frm_est_texture_bits()
1560 ai4_frms_in_period, in get_cur_frm_est_texture_bits()
2424 ai4_frms_in_period[MAX_PIC_TYPE]; in get_scene_change_tot_frm_bits() local
2434 pic_type_get_frms_in_gop(ps_pic_handling, ai4_frms_in_period); in get_scene_change_tot_frm_bits()
2440 ai4_frms_in_period[j] *= ps_bit_allocation->i4_num_gops_in_period; in get_scene_change_tot_frm_bits()
2456 i4_total_frames += ai4_frms_in_period[i]; in get_scene_change_tot_frm_bits()