Searched refs:FrameHeightInMbs (Results 1 – 9 of 9) sorted by relevance
50 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_mjpeg_start_frame()
55 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_vp8_start_frame()
50 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_mpeg12_start_frame()
51 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_mpeg4_start_frame()
50 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_vc1_start_frame()
54 .FrameHeightInMbs = (cur_frame->height + 15) / 16, in nvdec_vp9_start_frame()
71 .FrameHeightInMbs = h->mb_height, in nvdec_h264_start_frame()
94 .FrameHeightInMbs = sps->height / 16, in nvdec_hevc_start_frame()
702 …int FrameHeightInMbs; /**< IN: Coded frame height in macroblocks … member