Searched refs:numLtrpInSPS (Results 1 – 2 of 2) sorted by relevance
234 RK_S32 numLtrpInSPS = 0; in fill_ref_parameters() local255 numLtrpInSPS++; in fill_ref_parameters()261 numLtrpInSH -= numLtrpInSPS; in fill_ref_parameters()268 sp->num_lt_sps = numLtrpInSPS; in fill_ref_parameters()288 … if ((i == rps->m_numberOfPictures - 1) || (i == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in fill_ref_parameters()
390 RK_S32 numLtrpInSPS = 0; in h265e_code_slice_header() local396 ltrpInSPS[numLtrpInSPS] = ltrpIndex; in h265e_code_slice_header()397 numLtrpInSPS++; in h265e_code_slice_header()403 numLtrpInSH -= numLtrpInSPS; in h265e_code_slice_header()411 mpp_writer_put_ue(bitIf, numLtrpInSPS); in h265e_code_slice_header()419 if (counter < numLtrpInSPS) { in h265e_code_slice_header()431 … if ((k == rps->m_numberOfPictures - 1) || (k == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in h265e_code_slice_header()