Home
last modified time | relevance | path

Searched refs:temp_frm (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c420 H264eDpbFrm *temp_frm; in h264e_pskip_ref_check() local
422 temp_frm = &dpb->frames[i]; in h264e_pskip_ref_check()
423 if (temp_frm->slot_idx != frms->refr_idx) { in h264e_pskip_ref_check()
424 temp_frm->as_pskip_ref = 0; in h264e_pskip_ref_check()
426 temp_frm->as_pskip_ref = 1; in h264e_pskip_ref_check()
432 H264eDpbFrm *temp_frm; in h264e_pskip_ref_check() local
434 temp_frm = &dpb->frames[i]; in h264e_pskip_ref_check()
435 if (temp_frm) { in h264e_pskip_ref_check()
436 temp_frm->as_pskip_ref = 0; in h264e_pskip_ref_check()