Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c252 RK_U32 dlt_poc_msb_cycl[3] = { 0, 0, 0 }; in fill_ref_parameters() local
307 dlt_poc_msb_cycl[numLongTerm - 1 - (i - offset)] = rps->m_deltaPOCMSBCycleLT[i]; in fill_ref_parameters()
311 dlt_poc_msb_cycl[numLongTerm - 1 - (i - offset)] = differenceInDeltaMSB; in fill_ref_parameters()
320 sp->dlt_poc_msb_cycl0 = dlt_poc_msb_cycl[0]; in fill_ref_parameters()
324 sp->dlt_poc_msb_cycl1 = dlt_poc_msb_cycl[1]; in fill_ref_parameters()
328 sp->dlt_poc_msb_cycl2 = dlt_poc_msb_cycl[2]; in fill_ref_parameters()