Lines Matching refs:seq_idx

59                   i, frm->on_used, status->seq_idx,  in h264e_dpb_dump_frm()
79 i, frm->on_used, status->seq_idx, in h264e_dpb_dump_listX()
161 RK_S32 seq_idx = frm->seq_idx; in find_cpb_frame() local
168 h264e_dbg_dpb("frm %d start finding slot\n", frm->seq_idx); in find_cpb_frame()
173 if (p->valid && p->seq_idx == seq_idx) { in find_cpb_frame()
175 p->seq_idx, i, p->valid); in find_cpb_frame()
185 mpp_err_f("can not find match frm %d\n", seq_idx); in find_cpb_frame()
255 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h264e_dpb_build_list()
326 RK_S32 curr_frm_cnt = curr->status.seq_idx; in h264e_dpb_build_list()
327 RK_S32 set_ref_frm_cnt = refr->status.seq_idx; in h264e_dpb_build_list()
328 RK_S32 def_ref_frm_cnt = def_ref->status.seq_idx; in h264e_dpb_build_list()
337 h264e_dbg_list("reorder to frm %d\n", refr->status.seq_idx); in h264e_dpb_build_list()
387 frm->status.seq_idx, !frm->status.is_non_ref, in h264e_dpb_build_marking()
432 RK_S32 seq_idx = curr->seq_idx; in h264e_dpb_proc() local
446 if (curr->seq_idx == rt->last_seq_idx) { in h264e_dpb_proc()
447 h264e_dbg_dpb("NOTE: reenc found at %d\n", curr->seq_idx); in h264e_dpb_proc()
465 frm->seq_idx); in h264e_dpb_proc()
472 h264e_dbg_dpb("frm %d init cpb used size %d vs %d\n", seq_idx, in h264e_dpb_proc()
485 h264e_dbg_dpb("frm %d start finding slot for storage\n", seq_idx); in h264e_dpb_proc()
529 p->seq_idx = curr->seq_idx; in h264e_dpb_proc()
560 rt->last_seq_idx = curr->seq_idx; in h264e_dpb_proc()
568 seq_idx, i, p->frame_num, p->poc); in h264e_dpb_proc()
574 mpp_err_f("frm %d failed to find a slot for curr %d\n", seq_idx); in h264e_dpb_proc()
576 h264e_dbg_dpb("frm %d start finding slot for refr %d\n", seq_idx, refr->seq_idx); in h264e_dpb_proc()
582 seq_idx, dpb->curr->slot_idx, dpb->refr->slot_idx); in h264e_dpb_proc()
608 curr->seq_idx, refr->seq_idx); in h264e_dpb_check()
619 curr->seq_idx, curr->status.is_lt_ref ? "lt" : "st", in h264e_dpb_check()
651 curr->seq_idx, curr->lt_idx, tmp->slot_idx); in h264e_dpb_check()
674 tmp->seq_idx, tmp->frame_num, tmp->poc); in h264e_dpb_check()
695 tmp->seq_idx, tmp->poc); in h264e_dpb_check()
701 unref->seq_idx, unref->poc); in h264e_dpb_check()
719 h264e_dbg_dpb("curr %d done used_size %d\n", curr->seq_idx, dpb->used_size); in h264e_dpb_check()
729 curr->seq_idx, used_size, dpb->used_size); in h264e_dpb_check()