Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c139 unsigned int delta_idx = get_ue_golomb_long(gb) + 1; in ff_hevc_decode_short_term_rps() local
140 if (delta_idx > sps->nb_st_rps) { in ff_hevc_decode_short_term_rps()
142 "Invalid value of delta_idx in slice header RPS: %d > %d.\n", in ff_hevc_decode_short_term_rps()
143 delta_idx, sps->nb_st_rps); in ff_hevc_decode_short_term_rps()
146 rps_ridx = &sps->st_rps[sps->nb_st_rps - delta_idx]; in ff_hevc_decode_short_term_rps()

Completed in 3 milliseconds