Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c234 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_ctx_size_h264_perf() local
238 num_dpb_buffer = 8100 / fs_in_mb; in calc_ctx_size_h264_perf()
241 num_dpb_buffer = 18000 / fs_in_mb; in calc_ctx_size_h264_perf()
244 num_dpb_buffer = 20480 / fs_in_mb; in calc_ctx_size_h264_perf()
247 num_dpb_buffer = 32768 / fs_in_mb; in calc_ctx_size_h264_perf()
250 num_dpb_buffer = 34816 / fs_in_mb; in calc_ctx_size_h264_perf()
253 num_dpb_buffer = 110400 / fs_in_mb; in calc_ctx_size_h264_perf()
256 num_dpb_buffer = 184320 / fs_in_mb; in calc_ctx_size_h264_perf()
259 num_dpb_buffer = 184320 / fs_in_mb; in calc_ctx_size_h264_perf()
349 unsigned fs_in_mb = width_in_mb * height_in_mb; in calc_dpb_size() local
[all …]