Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c186 ….NumBitsForShortTermRPSInSlice = s->sh.short_term_rps ? s->sh.short_term_ref_pic_se… in nvdec_hevc_start_frame()
187 ….NumDeltaPocsOfRefRpsIdx = s->sh.short_term_rps ? s->sh.short_term_rps->rps_i… in nvdec_hevc_start_frame()
Dvdpau_hevc.c202 if (sh->short_term_rps == &sps->st_rps[i]) { in vdpau_hevc_start_frame()
210 if (sh->short_term_ref_pic_set_sps_flag == 0 && sh->short_term_rps) { in vdpau_hevc_start_frame()
214 info->NumDeltaPocsOfRefRpsIdx = sh->short_term_rps->rps_idx_num_delta_pocs; in vdpau_hevc_start_frame()
Ddxva2_hevc.c95 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in fill_picture_parameters()
96 pp->ucNumDeltaPocsOfRefRpsIdx = h->sh.short_term_rps->rps_idx_num_delta_pocs; in fill_picture_parameters()
Dhevc_refs.c445 const ShortTermRPS *short_rps = s->sh.short_term_rps; in ff_hevc_frame_rps()
507 const ShortTermRPS *rps = s->sh.short_term_rps; in ff_hevc_frame_nb_refs()
Dhevcdec.h271 const ShortTermRPS *short_term_rps; member
Dvaapi_hevc.c214 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in vaapi_hevc_start_frame()
Dhevcdec.c681 sh->short_term_rps = &sh->slice_rps; in hls_slice_header()
692 sh->short_term_rps = &s->ps.sps->st_rps[rps_idx]; in hls_slice_header()
710 s->sh.short_term_rps = NULL; in hls_slice_header()