Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1191 } else if (pic_head->temporal_reference == (RK_S32)ctx->prechange_temporal_ref) in m2vd_alloc_frame()
1194 ctx->group_frm_cnt = pic_head->temporal_reference - ctx->prechange_temporal_ref; in m2vd_alloc_frame()
1196 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
1201 && (pic_head->temporal_reference > (RK_S32)ctx->prechange_temporal_ref)) { in m2vd_alloc_frame()
1205 … (pic_head->temporal_reference - ctx->prechange_temporal_ref) * last_frame_period; in m2vd_alloc_frame()
1243 ctx->prechange_temporal_ref = pic_head->temporal_reference; in m2vd_alloc_frame()
1247 ctx->group_frm_cnt = ctx->max_temporal_reference - ctx->prechange_temporal_ref + 1; in m2vd_alloc_frame()
H A Dm2vd_parser.h264 RK_U32 prechange_temporal_ref; member