Searched refs:bitsForLtrpInSPS (Results 1 – 2 of 2) sorted by relevance
243 RK_S32 bitsForLtrpInSPS = 0; in fill_ref_parameters() local263 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in fill_ref_parameters()264 bitsForLtrpInSPS++; in fill_ref_parameters()
405 RK_S32 bitsForLtrpInSPS = 0; in h265e_code_slice_header() local406 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()