Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c363 unsigned width_in_mb = width / 16; in radeon_uvd_cs_msg_decode() local
379 min_dpb_size += width_in_mb * height_in_mb * 17 * 192; in radeon_uvd_cs_msg_decode()
382 min_dpb_size += width_in_mb * height_in_mb * 32; in radeon_uvd_cs_msg_decode()
391 min_dpb_size += width_in_mb * height_in_mb * 128; in radeon_uvd_cs_msg_decode()
394 min_dpb_size += width_in_mb * 64; in radeon_uvd_cs_msg_decode()
397 min_dpb_size += width_in_mb * 128; in radeon_uvd_cs_msg_decode()
400 tmp = max(width_in_mb, height_in_mb); in radeon_uvd_cs_msg_decode()
416 min_dpb_size += width_in_mb * height_in_mb * 64; in radeon_uvd_cs_msg_decode()
419 min_dpb_size += ALIGN(width_in_mb * height_in_mb * 32, 64); in radeon_uvd_cs_msg_decode()