Searched refs:width_in_mb (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 238 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local 253 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_dpb_size() 259 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_dpb_size() 294 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment); in calc_dpb_size() 295 dpb_size += align(width_in_mb * height_in_mb * 32, alignment); in calc_dpb_size() 304 dpb_size += width_in_mb * height_in_mb * max_references * 192; in calc_dpb_size() 306 dpb_size += width_in_mb * height_in_mb * 32; in calc_dpb_size() 320 dpb_size += width_in_mb * height_in_mb * 128; in calc_dpb_size() 323 dpb_size += width_in_mb * 64; in calc_dpb_size() 326 dpb_size += width_in_mb * 12 in calc_dpb_size() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 221 unsigned width_in_mb, height_in_mb, ctx_size; in calc_ctx_size_h264_perf() local 228 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_ctx_size_h264_perf() 232 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_ctx_size_h264_perf() 262 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256); in calc_ctx_size_h264_perf() 267 ctx_size = align(width_in_mb * height_in_mb * max_references * 192, 256); in calc_ctx_size_h264_perf() 336 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local 351 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_dpb_size() 357 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_dpb_size() 393 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment); in calc_dpb_size() 394 dpb_size += align(width_in_mb * height_in_m in calc_dpb_size() [all...] |
H A D | radeon_vcn_dec.c | 2305 unsigned width_in_mb, height_in_mb, ctx_size; in calc_ctx_size_h264_perf() local 2312 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_ctx_size_h264_perf() 2315 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_ctx_size_h264_perf() 2345 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256); in calc_ctx_size_h264_perf() 2353 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local 2368 width_in_mb = width / VL_MACROBLOCK_WIDTH; in calc_dpb_size() 2373 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_dpb_size() 2430 dpb_size += width_in_mb * height_in_mb * 128; in calc_dpb_size() 2433 dpb_size += width_in_mb * 64; in calc_dpb_size() 2436 dpb_size += width_in_mb * 12 in calc_dpb_size() [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_h264.cpp | 334 uint width_in_mb = decodeWidth / D3D12_VIDEO_H264_MB_IN_PIXELS; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() local 335 dxvaStructure.wFrameWidthInMbsMinus1 = width_in_mb - 1; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
|
Completed in 7 milliseconds