Lines Matching refs:frame_ref1
164 ctx->frame_ref1 = &ctx->Framehead[1]; in m2vd_parser_init_ctx()
334 if (p->frame_ref1->slot_index >= 0) in m2vd_parser_reset()
335 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, in m2vd_parser_reset()
344 p->frame_ref1->slot_index = -1; in m2vd_parser_reset()
1126 if (p->frame_ref1->slot_index >= 0) { in m2v_update_ref_frame()
1127 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, SLOT_CODEC_USE); in m2v_update_ref_frame()
1128 p->frame_ref1->slot_index = -1; in m2v_update_ref_frame()
1130 tmpHD = p->frame_ref1; in m2v_update_ref_frame()
1131 p->frame_ref1 = p->frame_ref0; in m2v_update_ref_frame()
1343 M2VDFrameHead *pfw = p->frame_ref1; in m2vd_convert_to_dxva()
1426 if (p->frame_ref1->slot_index < 0) in m2vd_convert_to_dxva()
1538 … if (p->frame_ref1->slot_index >= 0 && (p->frame_ref1->slot_index != p->frame_cur->slot_index)) { in m2vd_parser_parse()
1539 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref1->slot_index, SLOT_HAL_INPUT); in m2vd_parser_parse()
1540 in_task->refer[1] = p->frame_ref1->slot_index; in m2vd_parser_parse()