Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c256 RK_S32 bitsForLtrpInSPS = 0; in fill_ref_parameters() local
273 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in fill_ref_parameters()
274 bitsForLtrpInSPS++; in fill_ref_parameters()
H A Dh265e_slice.c426 RK_S32 bitsForLtrpInSPS = 0; in h265e_code_slice_header() local
427 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in h265e_code_slice_header()
428 bitsForLtrpInSPS++; in h265e_code_slice_header()
441 if (bitsForLtrpInSPS > 0) { in h265e_code_slice_header()
442 mpp_writer_put_bits(bitIf, ltrpInSPS[counter], bitsForLtrpInSPS); in h265e_code_slice_header()