Home
last modified time | relevance | path

Searched refs:st_rps (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c141 if (rps != sps->st_rps && sps->nb_st_rps) in mpp_hevc_decode_short_term_rps()
160 rps_ridx = &sps->st_rps[sps->nb_st_rps - delta_idx]; in mpp_hevc_decode_short_term_rps()
162 rps_ridx = &sps->st_rps[rps - sps->st_rps - 1]; in mpp_hevc_decode_short_term_rps()
1691 if ((ret = mpp_hevc_decode_short_term_rps(s, &sps->st_rps[i], in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.h227 ShortTermRPS st_rps[MAX_SHORT_TERM_RPS_COUNT]; member
H A Dh265d_parser2_syntax.c59 const ShortTermRPS *src_rps = sps->st_rps; in fill_picture_parameters()
H A Dh265d_parser.c862 sh->short_term_rps = &s->sps->st_rps[rps_idx]; in hls_slice_header()