Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1189 if (ctx->group_frm_cnt) { in m2vd_alloc_frame()
1190 ctx->group_frm_cnt = ctx->group_frm_cnt + pic_head->temporal_reference; in m2vd_alloc_frame()
1192 ctx->group_frm_cnt = ctx->max_temporal_reference + 1; 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()
1222 if ((pts_27M > ctx->pre_pts_27M) && (ctx->group_frm_cnt > 0)) { in m2vd_alloc_frame()
1223 tmp_frame_period = tmp_frame_period / ctx->group_frm_cnt; in m2vd_alloc_frame()
1244 ctx->group_frm_cnt = 0; 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.h260 RK_U32 group_frm_cnt; member