Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c95 dpb->dpb_size, dpb->used_size, dpb->st_size, dpb->lt_size); in h264e_dpb_dump_list()
97 if (dpb->st_size + dpb->lt_size) { in h264e_dpb_dump_list()
100 h264e_dpb_dump_listX(dpb->list, dpb->st_size + dpb->lt_size); in h264e_dpb_dump_list()
230 RK_S32 lt_size = 0; in h264e_dpb_build_list() local
263 dpb->ltref[lt_size++] = p; in h264e_dpb_build_list()
265 h264e_dbg_list("found lt %d lt_size %d %p\n", i, lt_size, frm); in h264e_dpb_build_list()
270 h264e_dbg_dpb("dpb_size %d st_size %d lt_size %d\n", dpb->dpb_size, st_size, lt_size); in h264e_dpb_build_list()
287 if (lt_size > 1) { in h264e_dpb_build_list()
290 h264e_dpb_dump_listX(dpb->ltref, lt_size); in h264e_dpb_build_list()
293 qsort(dpb->ltref, lt_size, sizeof(dpb->ltref[0]), cmp_lt_list); in h264e_dpb_build_list()
[all …]
H A Dh264e_dpb.h107 RK_S32 lt_size; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c584 RK_S32 lt_size = 0; in h265e_dpb_cpb2rps() local
633 nLongTermRefPicPoc[lt_size] = p->gop_idx; in h265e_dpb_cpb2rps()
634 nLongTermRefPicRealPoc[lt_size] = p->poc; in h265e_dpb_cpb2rps()
635 nLongTermDealtPoc[lt_size] = p->poc - curPoc; in h265e_dpb_cpb2rps()
636 isMsbValid[lt_size] = p->gop_idx >= (RK_S32)(1 << p->slice->m_sps->m_bitsForPOC); in h265e_dpb_cpb2rps()
638 h265e_dbg_dpb("found lt %d lt_size %d %p dealt poc %d\n", i, lt_size, in h265e_dpb_cpb2rps()
639 frm, nLongTermDealtPoc[lt_size]); in h265e_dpb_cpb2rps()
640 lt_size++; in h265e_dpb_cpb2rps()
666 if (lt_size > 0) { in h265e_dpb_cpb2rps()
667 for ( i = 0; i < lt_size; i++) { in h265e_dpb_cpb2rps()
[all …]