Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1166 } else if (pic_head->temporal_reference == (RK_S32)ctx->prechange_temporal_ref) in m2vd_alloc_frame()
1169 ctx->group_frm_cnt = pic_head->temporal_reference - ctx->prechange_temporal_ref; in m2vd_alloc_frame()
1171 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
1176 && (pic_head->temporal_reference > (RK_S32)ctx->prechange_temporal_ref)) { in m2vd_alloc_frame()
1180 … (pic_head->temporal_reference - ctx->prechange_temporal_ref) * last_frame_period; in m2vd_alloc_frame()
1218 ctx->prechange_temporal_ref = pic_head->temporal_reference; in m2vd_alloc_frame()
1222 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
H A Dm2vd_parser.h263 RK_U32 prechange_temporal_ref; member