Searched refs:thread_y (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_blender.cpp | 365 uint32_t thread_x = 2, thread_y = 2; in start_scaler() local 372 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_scaler() 415 uint32_t thread_x = 2, thread_y = 2; in start_lap_task() local 422 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_lap_task() 479 uint32_t thread_x = 2, thread_y = 2; in start_blend_task() local 486 xcam_ceil (global_size.value[1], thread_y) / thread_y); in start_blend_task() 536 uint32_t thread_x = 2, thread_y = 2; in start_reconstruct_task() local 543 xcam_ceil (global_size.value[1], thread_y) / thread_y); in start_reconstruct_task()
|
D | soft_geo_mapper.cpp | 134 uint32_t thread_x = 2, thread_y = 2; in start_remap_task() local 141 xcam_ceil(global_size.value[1], thread_y) / thread_y); in start_remap_task()
|
D | soft_stitcher.cpp | 652 uint32_t thread_x = 1, thread_y = 4; in start_copy_task() local 656 xcam_ceil (global_size.value[1], thread_y) / thread_y); in start_copy_task()
|