Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std_encode.h80 uint32_t ref_pic_list_modification_flag_l0 : 1; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h316 uint8_t ref_pic_list_modification_flag_l0; member
Dcbs_h264_syntax_template.c785 flag(ref_pic_list_modification_flag_l0); in FUNC()
786 if (current->ref_pic_list_modification_flag_l0) { in FUNC()
Dvaapi_encode_h264.c915 sh->ref_pic_list_modification_flag_l0 = need_rplm; in vaapi_encode_h264_init_slice_params()
953 sh->ref_pic_list_modification_flag_l0 = need_rplm_l0; in vaapi_encode_h264_init_slice_params()
Dcbs_h265.h482 uint8_t ref_pic_list_modification_flag_l0; member
Dcbs_h265_syntax_template.c1181 flag(ref_pic_list_modification_flag_l0); in FUNC()
1182 if (current->ref_pic_list_modification_flag_l0) { in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h921 guint8 ref_pic_list_modification_flag_l0; member
Dgsth265parser.h1273 guint8 ref_pic_list_modification_flag_l0; member
Dgsth265parser.c923 READ_UINT8 (nr, rpl_mod->ref_pic_list_modification_flag_l0, 1); in gst_h265_slice_parse_ref_pic_list_modification()
925 if (rpl_mod->ref_pic_list_modification_flag_l0) { in gst_h265_slice_parse_ref_pic_list_modification()
Dgsth264parser.c647 ref_pic_list_modification_flag = &slice->ref_pic_list_modification_flag_l0; in slice_parse_ref_pic_list_modification_1()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c524 if (ref_mod->ref_pic_list_modification_flag_l0) in gst_h265_decoder_process_ref_pic_lists()
531 !ref_mod->ref_pic_list_modification_flag_l0 && in gst_h265_decoder_process_ref_pic_lists()
Dgsth264decoder.c3119 slice_hdr->ref_pic_list_modification_flag_l0; in modify_ref_pic_list()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6871 uint32_t ref_pic_list_modification_flag_l0:1; member
DvkStrUtilImpl.inl13638 s << "\tref_pic_list_modification_flag_l0 = " << value.ref_pic_list_modification_flag_l0 << '\n';