Searched refs:max_temporal_reference (Results 1 – 2 of 2) sorted by relevance
1192 ctx->group_frm_cnt = ctx->max_temporal_reference + 1; in m2vd_alloc_frame()1196 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()1246 ctx->group_start_time_27M += (ctx->max_temporal_reference + 1) * ctx->frame_period; in m2vd_alloc_frame()1247 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()1248 ctx->max_temporal_reference = 0; in m2vd_alloc_frame()1251 ctx->max_temporal_reference = 0; in m2vd_alloc_frame()1252 if (pic_head->temporal_reference > (RK_S32)ctx->max_temporal_reference) in m2vd_alloc_frame()1253 ctx->max_temporal_reference = pic_head->temporal_reference; in m2vd_alloc_frame()
263 RK_U32 max_temporal_reference; member