Lines Matching refs:ai4_pic_dist

1226             WORD32 i4_num_b, i, ai4_pic_dist[MAX_PIC_TYPE], index, i4_total_bits;  in ihevce_rc_get_bpp_based_frame_qp()  local
1236 ai4_pic_dist[i] = 0; in ihevce_rc_get_bpp_based_frame_qp()
1339 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_rc_get_bpp_based_frame_qp()
1343 den += complexity[i] * ai4_pic_dist[i]; in ihevce_rc_get_bpp_based_frame_qp()
1350 num_inter_pic += ai4_pic_dist[i]; in ihevce_rc_get_bpp_based_frame_qp()
1353 den = (den - (complexity[I_PIC] * ai4_pic_dist[I_PIC])) / num_inter_pic; in ihevce_rc_get_bpp_based_frame_qp()
2301 WORD32 ai4_pic_dist[MAX_PIC_TYPE] = { 0 }; in ihevce_rc_get_pic_quant() local
2534 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_rc_get_pic_quant()
2551 i4_num_pic_type[j] = (i4_num_pic_type[j] > ai4_pic_dist[j]) in ihevce_rc_get_pic_quant()
2552 ? ai4_pic_dist[j] in ihevce_rc_get_pic_quant()
2568 af_sum_weigh[j] += f_prev_comp * (ai4_pic_dist[j] - i4_num_pic_type[j]); in ihevce_rc_get_pic_quant()
3304 WORD32 i = 0, k = 0, num_frames_in_lap[MAX_PIC_TYPE] = { 0 }, ai4_pic_dist[MAX_PIC_TYPE], in ihevce_get_i_to_avg_ratio() local
3326 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_get_i_to_avg_ratio()
3545 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_get_i_to_avg_ratio()
3549 memmove(ai4_pic_dist, num_frames_in_lap, sizeof(WORD32) * MAX_PIC_TYPE); in ihevce_get_i_to_avg_ratio()
3556 den += complexity[i] * ai4_pic_dist[i]; in ihevce_get_i_to_avg_ratio()
3561 num_inter_pic += ai4_pic_dist[i]; in ihevce_get_i_to_avg_ratio()
3600 rc_get_pic_distribution(ps_rc_ctxt->rc_hdl, &ai4_pic_dist[0]); in ihevce_get_i_to_avg_ratio()
3601 if((ai4_pic_dist_in_cur_gop[I_PIC] > 1) && (ai4_pic_dist[0] == 1)) in ihevce_get_i_to_avg_ratio()