Searched defs:in_uv (Results 1 - 6 of 6) sorted by relevance

/external/libxcam/modules/soft/
H A Dsoft_copy_task.h40 SmartPtr<Uchar2Image> in_uv, out_uv; member in struct:XCam::XCamSoftTasks::CopyTask::Args
H A Dsoft_geo_tasks_priv.h36 SmartPtr<Uchar2Image> in_uv, out_uv; member in struct:XCam::XCamSoftTasks::GeoMapTask::Args
H A Dsoft_copy_task.cpp43 Uchar2Image *in_uv = args->in_uv.ptr (), *out_uv = args->out_uv.ptr (); local
44 XCAM_ASSERT (in_luma && in_uv);
48 uint32_t uv_size = in_uv->get_width () * in_uv->pixel_size ();
55 copy_line<Uchar2Image> (in_uv, out_uv, uv_y, uv_size);
H A Dsoft_geo_tasks_priv.cpp35 Uchar2Image *in_uv = args->in_uv.ptr (), *out_uv = args->out_uv.ptr (); local
37 XCAM_ASSERT (in_luma && in_uv);
92 in_uv->read_interpolate_array<Float2, 4> (in_pos, uv_value);
94 if (OUT_BOUND (in_uv, 0, 3))
H A Dsoft_blender_tasks_priv.h87 SmartPtr<Uchar2Image> in_uv, out_uv; member in struct:XCam::XCamSoftTasks::GaussDownScale::Args
131 SmartPtr<Uchar2Image> in_uv[2], out_uv; member in struct:XCam::XCamSoftTasks::BlendTask::Args
H A Dsoft_blender_tasks_priv.cpp102 Uchar2Image *in_uv = args->in_uv.ptr (), *out_uv = args->out_uv.ptr (); local
103 XCAM_ASSERT (in_luma && in_uv);
116 in_uv->read_array<Float2, 5> (in_x - 2, in_y - 2, uv_line);
118 in_uv->read_array<Float2, 5> (in_x - 2, in_y - 1, uv_line);
120 in_uv->read_array<Float2, 5> (in_x - 2, in_y , uv_line);
122 in_uv->read_array<Float2, 5> (in_x - 2, in_y + 1, uv_line);
124 in_uv->read_array<Float2, 5> (in_x - 2, in_y + 2, uv_line);
208 Uchar2Image *in0_uv = args->in_uv[0].ptr (), *in1_uv = args->in_uv[
[all...]

Completed in 112 milliseconds