Lines Matching refs:rt
430 H264eDpbRt *rt = &dpb->rt; in h264e_dpb_proc() local
446 if (curr->seq_idx == rt->last_seq_idx) { in h264e_dpb_proc()
448 memcpy(rt, &dpb->rt_bak, sizeof(*rt)); in h264e_dpb_proc()
476 memcpy(&dpb->rt_bak, rt, sizeof(dpb->rt_bak)); in h264e_dpb_proc()
488 RK_S32 curr_frm_num = rt->last_frm_num + rt->last_is_ref; in h264e_dpb_proc()
489 RK_S32 curr_poc_lsb = rt->last_poc_lsb; in h264e_dpb_proc()
490 RK_S32 curr_poc_msb = rt->last_poc_msb; in h264e_dpb_proc()
545 curr_poc_lsb += 1 + rt->last_is_ref; in h264e_dpb_proc()
560 rt->last_seq_idx = curr->seq_idx; in h264e_dpb_proc()
561 rt->last_is_ref = !curr->is_non_ref; in h264e_dpb_proc()
562 rt->last_frm_num = curr_frm_num; in h264e_dpb_proc()
563 rt->last_poc_lsb = curr_poc_lsb; in h264e_dpb_proc()
564 rt->last_poc_msb = curr_poc_msb; in h264e_dpb_proc()