HomeSort by: relevance | last modified time | path
    Searched defs:min_dpb_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_uvd.c 372 unsigned image_size, tmp, min_dpb_size; local in function:radeon_uvd_cs_msg_decode
382 min_dpb_size = image_size * 17;
385 min_dpb_size += width_in_mb * height_in_mb * 17 * 192;
388 min_dpb_size += width_in_mb * height_in_mb * 32;
394 min_dpb_size = image_size * 3;
397 min_dpb_size += width_in_mb * height_in_mb * 128;
400 min_dpb_size += width_in_mb * 64;
403 min_dpb_size += width_in_mb * 128;
407 min_dpb_size += ALIGN(tmp * 7 * 16, 64);
413 min_dpb_size = image_size * 3
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.c 547 unsigned image_size, tmp, min_dpb_size, num_dpb_buffer; local in function:amdgpu_uvd_cs_msg_decode
587 min_dpb_size = image_size * num_dpb_buffer;
590 min_dpb_size += width_in_mb * height_in_mb * num_dpb_buffer * 192;
593 min_dpb_size += width_in_mb * height_in_mb * 32;
599 min_dpb_size = image_size * 3;
602 min_dpb_size += width_in_mb * height_in_mb * 128;
605 min_dpb_size += width_in_mb * 64;
608 min_dpb_size += width_in_mb * 128;
612 min_dpb_size += ALIGN(tmp * 7 * 16, 64);
618 min_dpb_size = image_size * 3
    [all...]

Completed in 196 milliseconds