Home
last modified time | relevance | path

Searched refs:stitch_mem (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_utils.cpp187 uint8_t* stitch_mem, in interpolate_pixel_value() argument
208 y00 = stitch_mem[y0 * stitch_info.strides[0] + x0]; in interpolate_pixel_value()
209 y01 = stitch_mem[y1 * stitch_info.strides[0] + x0]; in interpolate_pixel_value()
210 y10 = stitch_mem[y0 * stitch_info.strides[0] + x1]; in interpolate_pixel_value()
211 y11 = stitch_mem[y1 * stitch_info.strides[0] + x1]; in interpolate_pixel_value()
213 …u00 = stitch_mem[stitch_info.offsets[1] + y0 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x0, 2… in interpolate_pixel_value()
214 …u01 = stitch_mem[stitch_info.offsets[1] + y1 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x0, 2… in interpolate_pixel_value()
215 …u10 = stitch_mem[stitch_info.offsets[1] + y0 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x1, 2… in interpolate_pixel_value()
216 …u11 = stitch_mem[stitch_info.offsets[1] + y1 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x1, 2… in interpolate_pixel_value()
218 …v00 = stitch_mem[stitch_info.offsets[1] + y0 / 2 * stitch_info.strides[1] + XCAM_ALIGN_DOWN (x0, 2… in interpolate_pixel_value()
[all …]