Home
last modified time | relevance | path

Searched defs:ShepardsIDW (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/ultrahdr/include/ultrahdr/
Dgainmapmath.h168 struct ShepardsIDW { struct
169 ShepardsIDW(int mapScaleFactor) : mMapScaleFactor{mapScaleFactor} { in ShepardsIDW() function
180 ~ShepardsIDW() { in ~ShepardsIDW() argument
187 int mMapScaleFactor;
211 void fillShepardsIDW(float *weights, int incR, int incB); argument