Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std_encode.h81 uint32_t ref_pic_list_modification_flag_l1 : 1; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h317 uint8_t ref_pic_list_modification_flag_l1; member
Dcbs_h264_syntax_template.c809 flag(ref_pic_list_modification_flag_l1); in FUNC()
810 if (current->ref_pic_list_modification_flag_l1) { in FUNC()
Dcbs_h265.h484 uint8_t ref_pic_list_modification_flag_l1; member
Dcbs_h265_syntax_template.c1188 flag(ref_pic_list_modification_flag_l1); in FUNC()
1189 if (current->ref_pic_list_modification_flag_l1) { in FUNC()
Dvaapi_encode_h264.c977 sh->ref_pic_list_modification_flag_l1 = need_rplm_l1; in vaapi_encode_h264_init_slice_params()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h924 guint8 ref_pic_list_modification_flag_l1; member
Dgsth265parser.h1275 guint8 ref_pic_list_modification_flag_l1; member
Dgsth265parser.c932 READ_UINT8 (nr, rpl_mod->ref_pic_list_modification_flag_l1, 1); in gst_h265_slice_parse_ref_pic_list_modification()
933 if (rpl_mod->ref_pic_list_modification_flag_l1) in gst_h265_slice_parse_ref_pic_list_modification()
Dgsth264parser.c652 ref_pic_list_modification_flag = &slice->ref_pic_list_modification_flag_l1; in slice_parse_ref_pic_list_modification_1()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c574 if (ref_mod->ref_pic_list_modification_flag_l1) in gst_h265_decoder_process_ref_pic_lists()
Dgsth264decoder.c3126 slice_hdr->ref_pic_list_modification_flag_l1; in modify_ref_pic_list()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6872 uint32_t ref_pic_list_modification_flag_l1:1; member
DvkStrUtilImpl.inl13639 s << "\tref_pic_list_modification_flag_l1 = " << value.ref_pic_list_modification_flag_l1 << '\n';