Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_image.h110 inline O read_interpolate_data (float x, float y) const;
362 SoftImage<T>::read_interpolate_data (float x, float y) const in read_interpolate_data() function
379 array[i] = read_interpolate_data<O> (pos[i].x, pos[i].y); in read_interpolate_array()