Searched refs:redundant_pic_cnt_present_flag (Results 1 – 5 of 5) sorted by relevance
74 public boolean redundant_pic_cnt_present_flag; field in PictureParameterSet154 pps.redundant_pic_cnt_present_flag = reader in read()245 writer.writeBool(redundant_pic_cnt_present_flag, in write()303 + (redundant_pic_cnt_present_flag ? 1231 : 1237); in hashCode()355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag) in equals()397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag + in toString()
56 uint32_t redundant_pic_cnt_present_flag = 0; member
308 parser.ReadBits(&pps_.redundant_pic_cnt_present_flag, 1)); in ParsePpsNalu()383 if (pps_.redundant_pic_cnt_present_flag) { in ParseNonParameterSetNalu()
275 uint8_t redundant_pic_cnt_present_flag; member
358 picture->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()