Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1167 ctx->group_frm_cnt = ctx->max_temporal_reference + 1; in m2vd_alloc_frame()
1171 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
1221 ctx->group_start_time_27M += (ctx->max_temporal_reference + 1) * ctx->frame_period; in m2vd_alloc_frame()
1222 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
1223 ctx->max_temporal_reference = 0; in m2vd_alloc_frame()
1226 ctx->max_temporal_reference = 0; in m2vd_alloc_frame()
1227 if (pic_head->temporal_reference > (RK_S32)ctx->max_temporal_reference) in m2vd_alloc_frame()
1228 ctx->max_temporal_reference = pic_head->temporal_reference; in m2vd_alloc_frame()
H A Dm2vd_parser.h262 RK_U32 max_temporal_reference; member