Searched refs:thread_x (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 371 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_scaler() 415 uint32_t thread_x = 2, thread_y = 2; in start_lap_task() local 421 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_lap_task() 479 uint32_t thread_x = 2, thread_y = 2; in start_blend_task() local 485 xcam_ceil (global_size.value[0], thread_x) / thread_x, in start_blend_task() 536 uint32_t thread_x = 2, thread_y = 2; in start_reconstruct_task() local 542 xcam_ceil (global_size.value[0], thread_x) / thread_x, in start_reconstruct_task()
|
D | soft_geo_mapper.cpp | 134 uint32_t thread_x = 2, thread_y = 2; in start_remap_task() local 140 xcam_ceil(global_size.value[0], thread_x) / thread_x , in start_remap_task()
|
D | soft_stitcher.cpp | 652 uint32_t thread_x = 1, thread_y = 4; in start_copy_task() local 655 xcam_ceil (global_size.value[0], thread_x) / thread_x, in start_copy_task()
|