Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c514 .five_minus_max_num_merge_cand = header->five_minus_max_num_merge_cand, in gst_va_h265_dec_decode_slice()
/third_party/ffmpeg/libavcodec/
Dcbs_h265.h507 uint8_t five_minus_max_num_merge_cand; member
Dvaapi_hevc.c437 … .five_minus_max_num_merge_cand = sh->slice_type == HEVC_SLICE_I ? 0 : 5 - sh->max_num_merge_cand, in vaapi_hevc_decode_slice()
Dvaapi_encode_h265.c1027 .max_num_merge_cand = 5 - sh->five_minus_max_num_merge_cand, in vaapi_encode_h265_init_slice_params()
Dcbs_h265_syntax_template.c1517 ue(five_minus_max_num_merge_cand, 0, 4); in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1432 guint8 five_minus_max_num_merge_cand; member
Dgsth265parser.c2642 READ_UE_MAX (&nr, slice->five_minus_max_num_merge_cand, 4); in gst_h265_parser_parse_slice_hdr()