Searched refs:buf_width (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_perf.c | 39 unsigned buf_width, unsigned buf_height, unsigned iterations) in fimg2d_perf_simple() argument 48 img.width = buf_width; in fimg2d_perf_simple() 50 img.stride = buf_width * 4; in fimg2d_perf_simple() 59 buf_width, buf_height, iterations); in fimg2d_perf_simple() 67 x = rand() % buf_width; in fimg2d_perf_simple() 70 if (x == (buf_width - 1)) in fimg2d_perf_simple() 75 w = rand() % (buf_width - x); in fimg2d_perf_simple() 117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi() argument 133 images[i].width = buf_width; in fimg2d_perf_multi() 135 images[i].stride = buf_width * 4; in fimg2d_perf_multi() [all …]
|
/external/libaom/av1/common/ |
D | cfl.c | 84 const int diff_width = width - cfl->buf_width; in cfl_pad() 98 cfl->buf_width = width; in cfl_pad() 344 cfl->buf_width = store_width; in cfl_store() 347 cfl->buf_width = OD_MAXI(store_col + store_width, cfl->buf_width); in cfl_store()
|
D | blockd.h | 543 int buf_height, buf_width; member
|
/external/libhevc/encoder/ |
D | ihevce_plugin.c | 1708 WORD32 buf_width = ps_curr_inp->s_input_buf.i4_y_wd; in ihevce_copy_inp_8bit() local 1725 if(buf_width > frm_width) in ihevce_copy_inp_8bit() 1727 memset(pu1_dst + frm_width, 0x0, buf_width - frm_width); in ihevce_copy_inp_8bit() 1734 memset(pu1_dst, 0x0, buf_width); in ihevce_copy_inp_8bit() 1753 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit() 1776 if(buf_width > (cols << 1)) in ihevce_copy_inp_8bit() 1778 memset(&pu1_dst[(cols << 1)], 0x80, buf_width - (cols << 1)); in ihevce_copy_inp_8bit() 1787 memset(pu1_dst, 0x80, buf_width); in ihevce_copy_inp_8bit() 1802 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit() 1815 if(buf_width > frm_width) in ihevce_copy_inp_8bit() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 524 uint32_t buf_width; member 714 uint32_t buf_width, buf_height; in gather_image_to_buffer_info() local 716 buf_width = region->imageExtent.width; in gather_image_to_buffer_info() 718 buf_width = region->bufferRowLength; in gather_image_to_buffer_info() 730 buf_width = DIV_ROUND_UP(buf_width, block_width); in gather_image_to_buffer_info() 737 out_info->buf_width = buf_width; in gather_image_to_buffer_info() 768 .extent = { info->buf_width, info->buf_height, 1 }, in create_image_from_buffer() 798 layer * info->buf_width * info->buf_height * info->buf_bpp; in create_image_from_buffer() 2836 uint32_t buf_width, buf_height; in texel_buffer_shader_copy() local 2838 buf_width = region->imageExtent.width; in texel_buffer_shader_copy() [all …]
|
/external/libaom/av1/encoder/ |
D | allintra_vis.c | 46 const int buf_width = block_size_wide[MB_WIENER_PRED_BLOCK_SIZE]; in av1_alloc_mb_wiener_var_pred_buf() local 48 assert(buf_width == MB_WIENER_PRED_BUF_STRIDE); in av1_alloc_mb_wiener_var_pred_buf() 50 (buf_width * buf_height * sizeof(*td->wiener_tmp_pred_buf)) in av1_alloc_mb_wiener_var_pred_buf()
|