Searched refs:out_uv_y (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_blender_tasks_priv.cpp | 375 uint32_t out_uv_x = x * 4, out_uv_y = y * 2; in work_range() local 376 uint32_t gauss_uv_x = out_uv_x / 2, gauss_uv_y = out_uv_y / 2; in work_range() 382 orig_uv->read_array_no_check<Float2, 4> (out_uv_x , out_uv_y, orig_uv_value); in work_range() 384 out_uv->write_array_no_check<4> (out_uv_x , out_uv_y, lap_uv_ret); in work_range() 387 orig_uv->read_array_no_check<Float2, 4> (out_uv_x , out_uv_y + 1, orig_uv_value); in work_range() 389 out_uv->write_array_no_check<4> (out_uv_x, out_uv_y + 1, lap_uv_ret); in work_range()
|