Searched refs:adaptive_ref_pic_marking_mode_flag (Results 1 – 6 of 6) sorted by relevance
483 uint32_t adaptive_ref_pic_marking_mode_flag; in ParseNonParameterSetNalu() local485 slice_reader.ReadBits(&adaptive_ref_pic_marking_mode_flag, 1)); in ParseNonParameterSetNalu()486 if (adaptive_ref_pic_marking_mode_flag) { in ParseNonParameterSetNalu()
105 pic->adaptive_ref_pic_marking_mode_flag = false; in InitNonexistingPicture()167 curr_pic_->adaptive_ref_pic_marking_mode_flag = in InitCurrPicture()168 slice_hdr->adaptive_ref_pic_marking_mode_flag; in InitCurrPicture()173 if (slice_hdr->adaptive_ref_pic_marking_mode_flag) { in InitCurrPicture()888 if (pic->adaptive_ref_pic_marking_mode_flag) { in ReferencePictureMarking()
81 bool adaptive_ref_pic_marking_mode_flag; variable
43 adaptive_ref_pic_marking_mode_flag(false), in H264Picture()
304 bool adaptive_ref_pic_marking_mode_flag; member
1238 READ_BOOL_OR_RETURN(&shdr->adaptive_ref_pic_marking_mode_flag); in ParseDecRefPicMarking()1241 if (shdr->adaptive_ref_pic_marking_mode_flag) { in ParseDecRefPicMarking()