Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c248 RK_S32 numLtrpInSPS = 0; in fill_ref_parameters() local
268 numLtrpInSPS++; in fill_ref_parameters()
271 numLtrpInSH -= numLtrpInSPS; in fill_ref_parameters()
278 sp->num_lt_sps = numLtrpInSPS; in fill_ref_parameters()
298 … if ((i == rps->m_numberOfPictures - 1) || (i == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in fill_ref_parameters()
H A Dh265e_slice.c411 RK_S32 numLtrpInSPS = 0; in h265e_code_slice_header() local
417 ltrpInSPS[numLtrpInSPS] = ltrpIndex; in h265e_code_slice_header()
418 numLtrpInSPS++; in h265e_code_slice_header()
432 mpp_writer_put_ue(bitIf, numLtrpInSPS); in h265e_code_slice_header()
440 if (counter < numLtrpInSPS) { in h265e_code_slice_header()
452 … if ((k == rps->m_numberOfPictures - 1) || (k == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in h265e_code_slice_header()