Searched refs:ref_pic_list_modification_flag_l0 (Results 1 – 14 of 14) sorted by relevance
80 uint32_t ref_pic_list_modification_flag_l0 : 1; member
316 uint8_t ref_pic_list_modification_flag_l0; member
785 flag(ref_pic_list_modification_flag_l0); in FUNC()786 if (current->ref_pic_list_modification_flag_l0) { in FUNC()
915 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()
482 uint8_t ref_pic_list_modification_flag_l0; member
1181 flag(ref_pic_list_modification_flag_l0); in FUNC()1182 if (current->ref_pic_list_modification_flag_l0) { in FUNC()
921 guint8 ref_pic_list_modification_flag_l0; member
1273 guint8 ref_pic_list_modification_flag_l0; member
923 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()
647 ref_pic_list_modification_flag = &slice->ref_pic_list_modification_flag_l0; in slice_parse_ref_pic_list_modification_1()
524 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()
3119 slice_hdr->ref_pic_list_modification_flag_l0; in modify_ref_pic_list()
6871 uint32_t ref_pic_list_modification_flag_l0:1; member
13638 s << "\tref_pic_list_modification_flag_l0 = " << value.ref_pic_list_modification_flag_l0 << '\n';