HomeSort by relevance Sort by last modified time
    Searched refs:read_interpolate_array (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 77 lut->read_interpolate_array<Float2, 8> (lut_pos, in_pos);
78 in_luma->read_interpolate_array<float, 8> (in_pos, luma_value);
92 in_uv->read_interpolate_array<Float2, 4> (in_pos, uv_value);
102 lut->read_interpolate_array<Float2, 8> (lut_pos, in_pos);
103 in_luma->read_interpolate_array<float, 8> (in_pos, luma_value);
soft_image.h 113 inline void read_interpolate_array (Float2 *pos, O *array) const;
376 SoftImage<T>::read_interpolate_array (Float2 *pos, O *array) const function in class:XCam::SoftImage

Completed in 3205 milliseconds