Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c1226 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()
[all …]