Searched refs:buf_height (Results 1 – 5 of 5) 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 49 img.height = buf_height; in fimg2d_perf_simple() 59 buf_width, buf_height, iterations); in fimg2d_perf_simple() 68 y = rand() % buf_height; in fimg2d_perf_simple() 72 if (y == (buf_height - 1)) in fimg2d_perf_simple() 76 h = rand() % (buf_height - y); in fimg2d_perf_simple() 117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi() argument 134 images[i].height = buf_height; in fimg2d_perf_multi() 145 buf_width, buf_height, iterations); in fimg2d_perf_multi() 157 y = rand() % buf_height; in fimg2d_perf_multi() [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.c | 87 const int diff_height = height - cfl->buf_height; in cfl_pad() 113 cfl->buf_height = height; in cfl_pad() 338 cfl->buf_height = store_height; in cfl_store() 341 cfl->buf_height = OD_MAXI(store_row + store_height, cfl->buf_height); in cfl_store()
|
D | blockd.h | 463 int buf_height, buf_width; member
|
/external/libjpeg-turbo/ |
D | jcprepct.c | 202 int buf_height = cinfo->max_v_samp_factor * 3; in pre_process_context() local 249 if (prep->this_row_group >= buf_height) in pre_process_context() 251 if (prep->next_buf_row >= buf_height) in pre_process_context()
|
/external/libhevc/encoder/ |
D | ihevce_plugin.c | 1688 WORD32 buf_height = ps_curr_inp->s_input_buf.i4_y_ht; in ihevce_copy_inp_8bit() local 1713 while(rows < buf_height) in ihevce_copy_inp_8bit() 1735 buf_height = ps_curr_inp->s_input_buf.i4_uv_ht; in ihevce_copy_inp_8bit() 1766 while(rows < buf_height) in ihevce_copy_inp_8bit() 1784 buf_height = ps_curr_inp->s_input_buf.i4_uv_ht; in ihevce_copy_inp_8bit() 1803 while(rows < buf_height) in ihevce_copy_inp_8bit()
|