Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c223 unsigned width_in_mb, height_in_mb, ctx_size; in calc_ctx_size_h264_perf() local
230 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_ctx_size_h264_perf()
234 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_ctx_size_h264_perf()
264 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256); in calc_ctx_size_h264_perf()
269 ctx_size = align(width_in_mb * height_in_mb * max_references * 192, 256); in calc_ctx_size_h264_perf()
328 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local
343 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_dpb_size()
349 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_dpb_size()
385 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment); in calc_dpb_size()
386 dpb_size += align(width_in_mb * height_in_mb * 32, alignment); in calc_dpb_size()
[all …]