Lines Matching refs:tmp
631 H264eDpbFrm *tmp = &dpb->frames[i]; in h264e_dpb_check() local
633 if (tmp == curr) in h264e_dpb_check()
636 if (!tmp->dpb_used) in h264e_dpb_check()
639 if (!tmp->status.valid) in h264e_dpb_check()
642 mpp_assert(!tmp->status.is_non_ref); in h264e_dpb_check()
644 if (!tmp->status.is_lt_ref) in h264e_dpb_check()
647 if (tmp->lt_idx == lt_idx) { in h264e_dpb_check()
648 tmp->dpb_used = 0; in h264e_dpb_check()
649 tmp->status.valid = 0; in h264e_dpb_check()
651 curr->seq_idx, curr->lt_idx, tmp->slot_idx); in h264e_dpb_check()
671 H264eDpbFrm *tmp = &dpb->frames[i]; in h264e_dpb_check() local
674 tmp->seq_idx, tmp->frame_num, tmp->poc); in h264e_dpb_check()
676 if (tmp->as_pskip_ref) in h264e_dpb_check()
679 if (!tmp->on_used) in h264e_dpb_check()
682 if (!tmp->status.valid) in h264e_dpb_check()
685 mpp_assert(!tmp->status.is_non_ref); in h264e_dpb_check()
687 if (tmp->status.is_lt_ref) in h264e_dpb_check()
690 if (tmp->poc < small_poc) { in h264e_dpb_check()
691 unref = tmp; in h264e_dpb_check()
692 small_poc = tmp->poc; in h264e_dpb_check()
695 tmp->seq_idx, tmp->poc); in h264e_dpb_check()