Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_ps.c140 unsigned int delta_idx = get_ue_golomb_long(gb) + 1; in ff_hevc_decode_short_term_rps() local
141 if (delta_idx > sps->nb_st_rps) { in ff_hevc_decode_short_term_rps()
144 delta_idx, sps->nb_st_rps); in ff_hevc_decode_short_term_rps()
147 rps_ridx = &sps->st_rps[sps->nb_st_rps - delta_idx]; in ff_hevc_decode_short_term_rps()