Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c243 RK_S32 bitsForLtrpInSPS = 0; in fill_ref_parameters() local
263 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in fill_ref_parameters()
264 bitsForLtrpInSPS++; in fill_ref_parameters()
H A Dh265e_slice.c405 RK_S32 bitsForLtrpInSPS = 0; in h265e_code_slice_header() local
406 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in h265e_code_slice_header()
407 bitsForLtrpInSPS++; in h265e_code_slice_header()
420 if (bitsForLtrpInSPS > 0) { in h265e_code_slice_header()
421 mpp_writer_put_bits(bitIf, ltrpInSPS[counter], bitsForLtrpInSPS); in h265e_code_slice_header()