Home
last modified time | relevance | path

Searched refs:height_mb (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c90 uint32_t height_mb; // 20 checked member
211 h->height_mb = mb(dec->base.height); in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/openh264/module/
Dgmp-openh264.cpp256 double height_mb = std::ceil(codecSettings.mHeight/16.0); in InitEncode() local
257 double input_mb = width_mb * height_mb; in InitEncode()
261 layer->iVideoHeight = static_cast<uint32_t>(height_mb * 16 * scale); in InitEncode()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2396 gint width_mb, height_mb; in gst_h264_decoder_process_sps() local
2437 height_mb = sps->height / 16; in gst_h264_decoder_process_sps()
2439 max_dpb_frames = MIN (max_dpb_mbs / (width_mb * height_mb), in gst_h264_decoder_process_sps()