Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c409 ps_rc_ctxt->i4_max_temporal_lyr = ps_init_prms->s_coding_tools_prms.i4_max_temporal_layers; in ihevce_rc_mem_init()
1241 if(ps_rc_ctxt->i4_max_temporal_lyr) in ihevce_rc_get_bpp_based_frame_qp()
1243 i4_num_b = ((WORD32)pow((float)2, ps_rc_ctxt->i4_max_temporal_lyr)) - 1; in ihevce_rc_get_bpp_based_frame_qp()
1257 (WORD8)B_PIC, 1, (ps_rc_ctxt->i4_max_temporal_lyr > 1), 1, i4_num_b) * in ihevce_rc_get_bpp_based_frame_qp()
1261 (WORD8)B1_PIC, 2, 1, (ps_rc_ctxt->i4_max_temporal_lyr > 2), i4_num_b) * in ihevce_rc_get_bpp_based_frame_qp()
1547 if(i4_temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr && in ihevce_rc_get_pre_enc_pic_quant()
1548 ps_rc_ctxt->i4_max_temporal_lyr > 1) in ihevce_rc_get_pre_enc_pic_quant()
1581 if(i4_temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr && in ihevce_rc_get_pre_enc_pic_quant()
1582 ps_rc_ctxt->i4_max_temporal_lyr > 1) in ihevce_rc_get_pre_enc_pic_quant()
2868 ((ps_rc_lap_out->i4_rc_temporal_lyr_id != ps_rc_ctxt->i4_max_temporal_lyr) || in ihevce_rc_get_pic_quant()
[all …]
Dihevce_rc_structs.h215 WORD32 i4_max_temporal_lyr; member