Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c651 unsigned int width_in_mb = width / 16; in amdgpu_uvd_cs_msg_decode() local
679 min_dpb_size += width_in_mb * height_in_mb * num_dpb_buffer * 192; in amdgpu_uvd_cs_msg_decode()
682 min_dpb_size += width_in_mb * height_in_mb * 32; in amdgpu_uvd_cs_msg_decode()
691 min_dpb_size += width_in_mb * height_in_mb * 128; in amdgpu_uvd_cs_msg_decode()
694 min_dpb_size += width_in_mb * 64; in amdgpu_uvd_cs_msg_decode()
697 min_dpb_size += width_in_mb * 128; in amdgpu_uvd_cs_msg_decode()
700 tmp = max(width_in_mb, height_in_mb); in amdgpu_uvd_cs_msg_decode()
716 min_dpb_size += width_in_mb * height_in_mb * 64; in amdgpu_uvd_cs_msg_decode()
719 min_dpb_size += ALIGN(width_in_mb * height_in_mb * 32, 64); in amdgpu_uvd_cs_msg_decode()
733 width_in_mb * height_in_mb * num_dpb_buffer * 192; in amdgpu_uvd_cs_msg_decode()
[all …]