Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Dtinyplanet.cc64 float axn = 1.0f - ax; in InterpolatePixel() local
70 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
71 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
75 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
76 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
80 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
81 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc63 float axn = 1.0f - ax; in InterpolatePixel() local
69 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
74 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
79 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel()
80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()