Searched refs:ref_pic_list_modification_flag_l1 (Results 1 – 14 of 14) sorted by relevance
81 uint32_t ref_pic_list_modification_flag_l1 : 1; member
317 uint8_t ref_pic_list_modification_flag_l1; member
809 flag(ref_pic_list_modification_flag_l1); in FUNC()810 if (current->ref_pic_list_modification_flag_l1) { in FUNC()
484 uint8_t ref_pic_list_modification_flag_l1; member
1188 flag(ref_pic_list_modification_flag_l1); in FUNC()1189 if (current->ref_pic_list_modification_flag_l1) { in FUNC()
977 sh->ref_pic_list_modification_flag_l1 = need_rplm_l1; in vaapi_encode_h264_init_slice_params()
924 guint8 ref_pic_list_modification_flag_l1; member
1275 guint8 ref_pic_list_modification_flag_l1; member
932 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()
652 ref_pic_list_modification_flag = &slice->ref_pic_list_modification_flag_l1; in slice_parse_ref_pic_list_modification_1()
574 if (ref_mod->ref_pic_list_modification_flag_l1) in gst_h265_decoder_process_ref_pic_lists()
3126 slice_hdr->ref_pic_list_modification_flag_l1; in modify_ref_pic_list()
6872 uint32_t ref_pic_list_modification_flag_l1:1; member
13639 s << "\tref_pic_list_modification_flag_l1 = " << value.ref_pic_list_modification_flag_l1 << '\n';