Searched refs:redundant_pic_cnt_present_flag (Results 1 – 19 of 19) sorted by relevance
125 bit_buffer.WriteBits(pps.redundant_pic_cnt_present_flag, 1); in WritePps()184 EXPECT_EQ(pps.redundant_pic_cnt_present_flag, in VerifyParsing()185 parsed_pps_->redundant_pic_cnt_present_flag); in VerifyParsing()203 generated_pps_.redundant_pic_cnt_present_flag = 1; // 1 bit value. in TEST_F()
34 uint32_t redundant_pic_cnt_present_flag = 0; member
184 bit_buffer->ReadBits(&pps.redundant_pic_cnt_present_flag, 1)); in ParseInternal()
116 if (pps_->redundant_pic_cnt_present_flag) { in ParseNonParameterSetNalu()
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()
57 uint32_t redundant_pic_cnt_present_flag; // 9c member189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag; in nv84_decoder_bsp()
104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
105 context->desc.h264.pps->redundant_pic_cnt_present_flag = in vlVaHandlePictureParameterBufferH264()106 h264->pic_fields.bits.redundant_pic_cnt_present_flag; in vlVaHandlePictureParameterBufferH264()
270 uint32_t redundant_pic_cnt_present_flag:1; member
376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
335 uint8_t redundant_pic_cnt_present_flag; member
450 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()854 if (pps->redundant_pic_cnt_present_flag) in slice_header()
430 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
546 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
133 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
5727 deUint32 redundant_pic_cnt_present_flag:1; member
294 deUint32 redundant_pic_cnt_present_flag:1; member
11893 s << "\tredundant_pic_cnt_present_flag = " << value.redundant_pic_cnt_present_flag << '\n';