Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c208 ctx->ref_frame_cnt = 0; in m2vd_parser_init_ctx()
344 p->ref_frame_cnt = 0; in m2vd_parser_reset()
1093 p->ref_frame_cnt++; in m2v_update_ref_frame()
1128 if ((ctx->ref_frame_cnt < 2) && (pic_head->picture_coding_type == M2VD_CODING_TYPE_B)) { in m2vd_alloc_frame()
1130 ctx->ref_frame_cnt, pic_head->picture_coding_type); in m2vd_alloc_frame()
1156 … ctx->ref_frame_cnt, pic_head->picture_coding_type, pic_code_ext_head->top_field_first); in m2vd_alloc_frame()
H A Dm2vd_parser.h268 RK_U32 ref_frame_cnt; member