Lines Matching refs:temporal_id
133 ref, p->lt_cfg_cnt, frm->lt_idx, frm->temporal_id, in mpp_enc_ref_cfg_add_lt_cfg()
153 ref, p->st_cfg_cnt, frm->is_non_ref, frm->temporal_id, in mpp_enc_ref_cfg_add_st_cfg()
187 RK_S32 temporal_id = cfg->temporal_id; in mpp_enc_ref_cfg_check() local
213 if (temporal_id != 0) { in mpp_enc_ref_cfg_check()
215 ref, pos, temporal_id); in mpp_enc_ref_cfg_check()
242 RK_S32 temporal_id = cfg->temporal_id; in mpp_enc_ref_cfg_check() local
243 RK_U32 tid_mask = 1 << temporal_id; in mpp_enc_ref_cfg_check()
246 if (temporal_id > MPP_ENC_MAX_TEMPORAL_LAYER_NUM - 1) { in mpp_enc_ref_cfg_check()
248 ref, pos, temporal_id); in mpp_enc_ref_cfg_check()
273 if (temporal_id > 0) { in mpp_enc_ref_cfg_check()
275 ref, pos, temporal_id); in mpp_enc_ref_cfg_check()
288 if (temporal_id > max_st_tid) in mpp_enc_ref_cfg_check()
289 max_st_tid = temporal_id; in mpp_enc_ref_cfg_check()
409 .temporal_id = 0,