Searched refs:delta_pic_order_always_zero_flag (Results 1 – 14 of 14) sorted by relevance
32 uint32_t delta_pic_order_always_zero_flag; // 134 member184 …params.iseqparm.delta_pic_order_always_zero_flag = desc->pps->sps->delta_pic_order_always_zero_fla… in nv84_decoder_bsp()
85 uint32_t delta_pic_order_always_zero_flag; // 10, or unknown member216 h->delta_pic_order_always_zero_flag = d->pps->sps->delta_pic_order_always_zero_flag; in nouveau_vp3_fill_picparm_h264_bsp()
40 public boolean delta_pic_order_always_zero_flag; field in SeqParameterSet123 sps.delta_pic_order_always_zero_flag = reader in read()361 writer.writeBool(delta_pic_order_always_zero_flag, in write()518 ", \n delta_pic_order_always_zero_flag=" + delta_pic_order_always_zero_flag + in toString()
42 uint32_t delta_pic_order_always_zero_flag = 0; member
179 sps_parser.ReadBits(&sps_.delta_pic_order_always_zero_flag, 1)); in ParseSpsNalu()375 if (sps_.pic_order_cnt_type == 1 && !sps_.delta_pic_order_always_zero_flag) { in ParseNonParameterSetNalu()
77 context->desc.h264.pps->sps->delta_pic_order_always_zero_flag = in vlVaHandlePictureParameterBufferH264()78 h264->seq_fields.bits.delta_pic_order_always_zero_flag; in vlVaHandlePictureParameterBufferH264()
127 bool delta_pic_order_always_zero_flag; member
963 READ_BOOL_OR_RETURN(&sps->delta_pic_order_always_zero_flag); in ParseSPS()1331 if (sps->pic_order_cnt_type == 1 && !sps->delta_pic_order_always_zero_flag) { in ParseSliceHeader()
287 uint8_t delta_pic_order_always_zero_flag; member
367 …picture->pps->sps->delta_pic_order_always_zero_flag = picture_info->delta_pic_order_always_zero_fl… in vlVdpDecoderRenderH264()
349 sps->delta_pic_order_always_zero_flag = vl_rbsp_u(rbsp, 1); in seq_parameter_set()787 if (!sps->delta_pic_order_always_zero_flag) { in slice_header()
114 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()
523 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()
467 result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3; in get_h264_msg()