Lines Matching refs:is_non_ref
61 status->is_non_ref ? "p" : "P", in h264e_dpb_dump_frm()
63 status->is_non_ref ? "non" : status->is_lt_ref ? "lt" : "st", in h264e_dpb_dump_frm()
81 status->is_non_ref ? "p" : "P", in h264e_dpb_dump_listX()
83 status->is_non_ref ? "non" : status->is_lt_ref ? "lt" : "st", in h264e_dpb_dump_listX()
177 mpp_assert(p->is_non_ref == frm->is_non_ref); in find_cpb_frame()
252 mpp_assert(!frm->is_non_ref); in h264e_dpb_build_list()
255 i, frm->seq_idx, frm->valid, frm->is_non_ref, frm->is_lt_ref); in h264e_dpb_build_list()
339 mpp_assert(!refr->status.is_non_ref); in h264e_dpb_build_list()
387 frm->status.seq_idx, !frm->status.is_non_ref, in h264e_dpb_build_marking()
390 if (frm->status.is_non_ref) in h264e_dpb_build_marking()
561 rt->last_is_ref = !curr->is_non_ref; in h264e_dpb_proc()
610 if (curr->status.is_non_ref) { in h264e_dpb_check()
642 mpp_assert(!tmp->status.is_non_ref); in h264e_dpb_check()
685 mpp_assert(!tmp->status.is_non_ref); in h264e_dpb_check()