Searched refs:buf_width (Results 1 – 4 of 4) 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/libaom/av1/common/ |
D | cfl.c | 86 const int diff_width = width - cfl->buf_width; in cfl_pad() 100 cfl->buf_width = width; in cfl_pad() 337 cfl->buf_width = store_width; in cfl_store() 340 cfl->buf_width = OD_MAXI(store_col + store_width, cfl->buf_width); in cfl_store()
|
D | blockd.h | 463 int buf_height, buf_width; member
|
/external/libhevc/encoder/ |
D | ihevce_plugin.c | 1689 WORD32 buf_width = ps_curr_inp->s_input_buf.i4_y_wd; in ihevce_copy_inp_8bit() local 1706 if(buf_width > frm_width) in ihevce_copy_inp_8bit() 1708 memset(pu1_dst + frm_width, 0x0, buf_width - frm_width); in ihevce_copy_inp_8bit() 1715 memset(pu1_dst, 0x0, buf_width); in ihevce_copy_inp_8bit() 1734 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit() 1757 if(buf_width > (cols << 1)) in ihevce_copy_inp_8bit() 1759 memset(&pu1_dst[(cols << 1)], 0x80, buf_width - (cols << 1)); in ihevce_copy_inp_8bit() 1768 memset(pu1_dst, 0x80, buf_width); in ihevce_copy_inp_8bit() 1783 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit() 1796 if(buf_width > frm_width) in ihevce_copy_inp_8bit() [all …]
|