Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h288 uint8_t collocated_list; member
Dhevc_refs.c353 if (sh->collocated_list == list_idx && in ff_hevc_slice_rpl()
Dvaapi_hevc.c449 .collocated_from_l0_flag = sh->collocated_list == L0 ? 1 : 0, in vaapi_hevc_decode_slice()
Dhevc_mvs.c193 if (s->sh.collocated_list == L1) in derive_temporal_colocated_mvs()
Dhevcdec.c789 sh->collocated_list = L0; in hls_slice_header()
791 sh->collocated_list = !get_bits1(gb); in hls_slice_header()
793 if (sh->nb_refs[sh->collocated_list] > 1) { in hls_slice_header()
795 if (sh->collocated_ref_idx >= sh->nb_refs[sh->collocated_list]) { in hls_slice_header()