Searched refs:height_mb (Results 1 – 2 of 2) sorted by relevance
90 uint32_t height_mb; // 20 checked member211 h->height_mb = mb(dec->base.height); in nouveau_vp3_fill_picparm_h264_bsp()
1100 int height_mb = new_pic_size.height() / 16; in ProcessSPS() local1103 if (std::numeric_limits<int>::max() / width_mb < height_mb) { in ProcessSPS()1114 size_t max_dpb_frames = std::min(max_dpb_mbs / (width_mb * height_mb), in ProcessSPS()