Searched refs:xcam_ceil (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_blender.cpp | 368 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_scaler() 369 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_scaler() 371 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_scaler() 372 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_scaler() 418 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_lap_task() 419 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_lap_task() 421 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_lap_task() 422 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_lap_task() 482 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_blend_task() 483 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_blend_task() [all …]
|
D | soft_geo_mapper.cpp | 137 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_remap_task() 138 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_remap_task() 140 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_remap_task() 141 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_remap_task()
|
D | soft_stitcher.cpp | 653 WorkSize global_size (1, xcam_ceil (copy_area.in_area.height, 2) / 2); in start_copy_task() 655 xcam_ceil (global_size.value[0], thread_x) / thread_x, in start_copy_task() 656 xcam_ceil (global_size.value[1], thread_y) / thread_y); in start_copy_task()
|
D | soft_worker.cpp | 182 items.value[i] = xcam_ceil (_global.value[i], _local.value[i]) / _local.value[i]; in work()
|
/external/libxcam/xcore/base/ |
D | xcam_common.h | 83 xcam_ceil (uint32_t value, const uint32_t align) { in xcam_ceil() function
|