Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_uvd.c319 unsigned height_in_mb = ALIGN(height / 16, 2); in radeon_uvd_cs_msg_decode() local
334 min_dpb_size += width_in_mb * height_in_mb * 17 * 192; in radeon_uvd_cs_msg_decode()
337 min_dpb_size += width_in_mb * height_in_mb * 32; in radeon_uvd_cs_msg_decode()
346 min_dpb_size += width_in_mb * height_in_mb * 128; in radeon_uvd_cs_msg_decode()
355 tmp = max(width_in_mb, height_in_mb); in radeon_uvd_cs_msg_decode()
371 min_dpb_size += width_in_mb * height_in_mb * 64; in radeon_uvd_cs_msg_decode()
374 min_dpb_size += ALIGN(width_in_mb * height_in_mb * 32, 64); in radeon_uvd_cs_msg_decode()