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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c230 unsigned width_in_mb, height_in_mb, ctx_size; local in function:calc_ctx_size_h264_perf
237 width_in_mb = width / VL_MACROBLOCK_WIDTH;
241 unsigned fs_in_mb = width_in_mb * height_in_mb;
271 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256);
276 ctx_size = align(width_in_mb * height_in_mb * max_references * 192, 256);
343 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
358 width_in_mb = width / VL_MACROBLOCK_WIDTH;
364 unsigned fs_in_mb = width_in_mb * height_in_mb;
400 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment);
401 dpb_size += align(width_in_mb * height_in_m
[all...]
H A Dradeon_vcn_dec.c1091 unsigned width_in_mb, height_in_mb, ctx_size; local in function:calc_ctx_size_h264_perf
1098 width_in_mb = width / VL_MACROBLOCK_WIDTH;
1101 unsigned fs_in_mb = width_in_mb * height_in_mb;
1131 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256);
1139 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
1154 width_in_mb = width / VL_MACROBLOCK_WIDTH;
1159 unsigned fs_in_mb = width_in_mb * height_in_mb;
1216 dpb_size += width_in_mb * height_in_mb * 128;
1219 dpb_size += width_in_mb * 64;
1222 dpb_size += width_in_mb * 12
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c221 unsigned width_in_mb, height_in_mb, ctx_size; local in function:calc_ctx_size_h264_perf
228 width_in_mb = width / VL_MACROBLOCK_WIDTH;
232 unsigned fs_in_mb = width_in_mb * height_in_mb;
262 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256);
267 ctx_size = align(width_in_mb * height_in_mb * max_references * 192, 256);
336 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
351 width_in_mb = width / VL_MACROBLOCK_WIDTH;
357 unsigned fs_in_mb = width_in_mb * height_in_mb;
393 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment);
394 dpb_size += align(width_in_mb * height_in_m
[all...]
H A Dradeon_vcn_dec.c1951 unsigned width_in_mb, height_in_mb, ctx_size; local in function:calc_ctx_size_h264_perf
1958 width_in_mb = width / VL_MACROBLOCK_WIDTH;
1961 unsigned fs_in_mb = width_in_mb * height_in_mb;
1991 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256);
1999 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
2014 width_in_mb = width / VL_MACROBLOCK_WIDTH;
2019 unsigned fs_in_mb = width_in_mb * height_in_mb;
2076 dpb_size += width_in_mb * height_in_mb * 128;
2079 dpb_size += width_in_mb * 64;
2082 dpb_size += width_in_mb * 12
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c238 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
253 width_in_mb = width / VL_MACROBLOCK_WIDTH;
259 unsigned fs_in_mb = width_in_mb * height_in_mb;
294 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment);
295 dpb_size += align(width_in_mb * height_in_mb * 32, alignment);
304 dpb_size += width_in_mb * height_in_mb * max_references * 192;
306 dpb_size += width_in_mb * height_in_mb * 32;
320 dpb_size += width_in_mb * height_in_mb * 128;
323 dpb_size += width_in_mb * 64;
326 dpb_size += width_in_mb * 12
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c289 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local in function:calc_dpb_size
304 width_in_mb = width / VL_MACROBLOCK_WIDTH;
310 unsigned fs_in_mb = width_in_mb * height_in_mb;
345 dpb_size += max_references * align(width_in_mb * height_in_mb * 192, alignment);
346 dpb_size += align(width_in_mb * height_in_mb * 32, alignment);
355 dpb_size += width_in_mb * height_in_mb * max_references * 192;
357 dpb_size += width_in_mb * height_in_mb * 32;
385 dpb_size += width_in_mb * height_in_mb * 128;
388 dpb_size += width_in_mb * 64;
391 dpb_size += width_in_mb * 12
[all...]

Completed in 11 milliseconds