Home | History | Annotate | Download | only in encoder

Lines Matching defs:i4_temporal_layer_id

216     WORD32 i4_temporal_layer_id,
1430 WORD32 i4_temporal_layer_id, i4_is_bottom_field, i4_cur_est_texture_bits;
1432 ihevce_rc_get_pic_param(rc_pic_type, &i4_temporal_layer_id, &i4_is_bottom_field);
1547 if(i4_temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr &&
1558 if(i4_temporal_layer_id >= 1)
1563 [i4_temporal_layer_id] +
1569 [i4_temporal_layer_id] +
1574 [i4_temporal_layer_id])
1578 [i4_temporal_layer_id];
1581 if(i4_temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr &&
1586 [i4_temporal_layer_id] +
1603 ihevce_clip_min_max_qp(ps_rc_ctxt, i4_hevc_frame_qp, rc_pic_type, i4_temporal_layer_id);
3816 WORD32 i4_temporal_layer_id,
3822 if(pic_type > 9 && i4_temporal_layer_id > 3) /**/
3839 if(i4_temporal_layer_id > 1)
3841 rc_pic_type = (picture_type_e)(pic_type + (i4_temporal_layer_id - 1));
3857 if(i4_temporal_layer_id <= 1)
3864 if(i4_temporal_layer_id > 1)
3867 rc_pic_type = (picture_type_e)(pic_type + (i4_temporal_layer_id - 1));
3870 pic_type + (i4_temporal_layer_id - 1) +
3878 if(i4_temporal_layer_id <= 1)
3884 if(i4_temporal_layer_id > 1)
3887 rc_pic_type = (picture_type_e)(pic_type + (i4_temporal_layer_id - 1));
3890 pic_type + (i4_temporal_layer_id - 1) + 4); /*Offset of 4 for the topfield*/