Lines Matching refs:seq_idx
133 frm->seq_idx = dpb->seq_idx; in h265e_dpb_init_curr()
134 dpb->seq_idx++; in h265e_dpb_init_curr()
498 RK_S32 seq_idx = frm->seq_idx; in h265e_find_cpb_in_dpb() local
504 h265e_dbg_dpb("frm %d start finding slot \n", frm->seq_idx); in h265e_find_cpb_in_dpb()
511 if (p->valid && p->seq_idx == seq_idx) { in h265e_find_cpb_in_dpb()
513 p->seq_idx, i, p->valid); in h265e_find_cpb_in_dpb()
517 mpp_err_f("can not find match frm %d\n", seq_idx); in h265e_find_cpb_in_dpb()
523 RK_S32 seq_idx = frm->seq_idx; in h265e_find_cpb_frame() local
529 h265e_dbg_dpb("frm %d start finding slot \n", frm->seq_idx); in h265e_find_cpb_frame()
537 if (p->valid && p->seq_idx == seq_idx) { in h265e_find_cpb_frame()
539 p->seq_idx, i, p->valid); in h265e_find_cpb_frame()
550 mpp_err_f("can not find match frm %d\n", seq_idx); in h265e_find_cpb_frame()
558 RK_S32 seq_idx, i; in h265e_check_frame_cpb() local
562 seq_idx = p->seq_idx; in h265e_check_frame_cpb()
569 if (frms[i].seq_idx == seq_idx) { in h265e_check_frame_cpb()
620 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h265e_dpb_cpb2rps()
656 mpp_err("ref frame no found in refer index %d", cpb->refr.seq_idx); in h265e_dpb_cpb2rps()
674 if (cpb->refr.seq_idx == rps->poc[i + st_size]) in h265e_dpb_cpb2rps()
783 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h265e_dpb_proc_cpb()
818 dpb->seq_idx = max_poc; in h265e_dpb_proc_cpb()