Searched refs:bitsForLtrpInSPS (Results 1 – 2 of 2) sorted by relevance
256 RK_S32 bitsForLtrpInSPS = 0; in fill_ref_parameters() local273 while (slice->m_sps->m_numLongTermRefPicSPS > (RK_U32)(1 << bitsForLtrpInSPS)) { in fill_ref_parameters()274 bitsForLtrpInSPS++; in fill_ref_parameters()
426 RK_S32 bitsForLtrpInSPS = 0; in h265e_code_slice_header() local427 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()