Lines Matching refs:cur_frm
126 mgr->cur_frm = NULL; in dpb_init_management()
595 (mgr->dpb[pos]->doi + mgr->dpb[pos]->out_delay < mgr->cur_frm->doi) || in dpb_output_next_frame()
648 if (!mgr->cur_frm) { in dpb_update_refs()
655 if (mgr->cur_frm->refered_by_scene) { in dpb_update_refs()
656 mgr->scene_ref = mgr->cur_frm; in dpb_update_refs()
661 doi_of_remove = mgr->cur_frm->doi - p_rps->remove_pic[i]; in dpb_update_refs()
662 … avs2d_dbg_dpb("current doi %d, remove_pic[%d]=%d", mgr->cur_frm->doi, i, p_rps->remove_pic[i]); in dpb_update_refs()
692 p_cur = mgr->cur_frm; in dpb_set_frame_refs()
788 mgr->cur_frm = p; in avs2d_dpb_insert()
794 task->output = mgr->cur_frm->slot_idx; in avs2d_dpb_insert()
795 avs2d_dbg_dpb("curframe slot_idx %d\n", mgr->cur_frm->slot_idx); in avs2d_dpb_insert()