Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c247 RK_S32 numLtrpInSH = rps->num_long_term_pic; in fill_ref_parameters() local
271 numLtrpInSH -= numLtrpInSPS; in fill_ref_parameters()
280 sp->num_lt_pic = numLtrpInSH; in fill_ref_parameters()
H A Dh265e_slice.c409 RK_S32 numLtrpInSH = rps->m_numberOfPictures; in h265e_code_slice_header() local
424 numLtrpInSH -= rps->m_numberOfPictures - rps->num_long_term_pic; in h265e_code_slice_header()
434 mpp_writer_put_ue(bitIf, numLtrpInSH); in h265e_code_slice_header()