Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c209 ctx->ref_frame_cnt = 0; in m2vd_parser_init_ctx()
345 p->ref_frame_cnt = 0; in m2vd_parser_reset()
1111 p->ref_frame_cnt++; in m2v_update_ref_frame()
1153 if ((ctx->ref_frame_cnt < 2) && (pic_head->picture_coding_type == M2VD_CODING_TYPE_B)) { in m2vd_alloc_frame()
1155 ctx->ref_frame_cnt, pic_head->picture_coding_type); in m2vd_alloc_frame()
1181 … ctx->ref_frame_cnt, pic_head->picture_coding_type, pic_code_ext_head->top_field_first); in m2vd_alloc_frame()
H A Dm2vd_parser.h269 RK_U32 ref_frame_cnt; member