Home
last modified time | relevance | path

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

/external/libdrm/tests/exynos/
Dexynos_fimg2d_perf.c32 unsigned buf_width, unsigned buf_height, unsigned iterations) in fimg2d_perf_simple() argument
42 img.height = buf_height; in fimg2d_perf_simple()
52 buf_width, buf_height, iterations); in fimg2d_perf_simple()
61 y = rand() % buf_height; in fimg2d_perf_simple()
65 if (y == (buf_height - 1)) in fimg2d_perf_simple()
69 h = rand() % (buf_height - y); in fimg2d_perf_simple()
110 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi() argument
127 images[i].height = buf_height; in fimg2d_perf_multi()
138 buf_width, buf_height, iterations); in fimg2d_perf_multi()
150 y = rand() % buf_height; in fimg2d_perf_multi()
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcprepct.c203 int buf_height = cinfo->max_v_samp_factor * 3; in pre_process_context() local
252 if (prep->this_row_group >= buf_height) in pre_process_context()
254 if (prep->next_buf_row >= buf_height) in pre_process_context()
/external/opencv3/3rdparty/libjpeg/
Djcprepct.c205 int buf_height = cinfo->max_v_samp_factor * 3; in pre_process_context() local
254 if (prep->this_row_group >= buf_height) in pre_process_context()
256 if (prep->next_buf_row >= buf_height) in pre_process_context()
/external/libjpeg-turbo/
Djcprepct.c205 int buf_height = cinfo->max_v_samp_factor * 3; in pre_process_context() local
254 if (prep->this_row_group >= buf_height) in pre_process_context()
256 if (prep->next_buf_row >= buf_height) in pre_process_context()