Searched refs:PicWidthInMbs (Results 1 – 15 of 15) sorted by relevance
49 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mjpeg_start_frame()
54 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vp8_start_frame()
50 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mpeg4_start_frame()
49 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mpeg12_start_frame()
49 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vc1_start_frame()
53 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vp9_start_frame()
70 .PicWidthInMbs = h->mb_width, in nvdec_h264_start_frame()
93 .PicWidthInMbs = sps->width / 16, in nvdec_hevc_start_frame()
67 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_av1_start_frame()
727 …int PicWidthInMbs; /**< IN: Coded frame size in macroblocks … member
274 self->params.PicWidthInMbs = GST_ROUND_UP_16 (self->width) >> 4; in gst_nv_vp8_dec_new_sequence()
411 params->PicWidthInMbs = GST_ROUND_UP_16 (frame_hdr->width) >> 4; in gst_nv_vp9_dec_decode_picture()
742 params->PicWidthInMbs = sps->pic_width_in_mbs_minus1 + 1; in gst_nv_h264_dec_start_picture()
688 params->PicWidthInMbs = sps->pic_width_in_luma_samples / 16; in gst_nv_h265_dec_start_picture()
2385 guint32 PicWidthInMbs = sps->pic_width_in_mbs_minus1 + 1; in gst_h264_parser_parse_slice_hdr() local2387 guint32 PicSizeInMapUnits = PicWidthInMbs * PicHeightInMapUnits; in gst_h264_parser_parse_slice_hdr()