Home
last modified time | relevance | path

Searched refs:short_term_rps (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c61 const ShortTermRPS *cur_src_rps = h->sh.short_term_rps; in fill_picture_parameters()
101 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in fill_picture_parameters()
102 pp->ucNumDeltaPocsOfRefRpsIdx = h->sh.short_term_rps->rps_idx_num_delta_pocs; in fill_picture_parameters()
177 RK_U32 n_pics = h->sh.short_term_rps->num_negative_pics; in fill_picture_parameters()
H A Dh265d_refs.c284 const ShortTermRPS *short_rps = s->sh.short_term_rps; in mpp_hevc_frame_rps()
378 const ShortTermRPS *rps = s->sh.short_term_rps; in mpp_hevc_frame_nb_refs()
H A Dh265d_parser.c855 sh->short_term_rps = &sh->slice_rps; in hls_slice_header()
869 if (sh->short_term_rps != &s->sps->st_rps[rps_idx]) in hls_slice_header()
871 sh->short_term_rps = &s->sps->st_rps[rps_idx]; in hls_slice_header()
890 s->sh.short_term_rps = NULL; in hls_slice_header()
H A Dh265d_parser.h400 const ShortTermRPS *short_term_rps; member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h97 const ShortTermRPS *short_term_rps; member
H A Dhal_h265d_com.c555 sh.short_term_rps = NULL; in hal_h265d_slice_output_rps()