Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_uvd.c321 unsigned image_size, tmp, min_dpb_size; in radeon_uvd_cs_msg_decode() local
331 min_dpb_size = image_size * 17; in radeon_uvd_cs_msg_decode()
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()
343 min_dpb_size = image_size * 3; in radeon_uvd_cs_msg_decode()
346 min_dpb_size += width_in_mb * height_in_mb * 128; in radeon_uvd_cs_msg_decode()
349 min_dpb_size += width_in_mb * 64; in radeon_uvd_cs_msg_decode()
352 min_dpb_size += width_in_mb * 128; in radeon_uvd_cs_msg_decode()
356 min_dpb_size += ALIGN(tmp * 7 * 16, 64); in radeon_uvd_cs_msg_decode()
362 min_dpb_size = image_size * 3; in radeon_uvd_cs_msg_decode()
[all …]