Searched refs:yf (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp94 float xf, float yf, int width) {
123 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
129 float xf, float yf, int width) {
158 float2 p = cubicInterpolate(p0, p1, p2, p3, yf);
164 float xf, float yf, int width) {
182 float p = cubicInterpolate(p0, p1, p2, p3, yf);
232 static void mkYCoeff(int32_t *yr, float yf) { argument
233 int32_t yf1 = rint(yf * 0x10000);
234 int32_t yf2 = rint(yf * yf *
93 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, float xf, float yf, int width) argument
128 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, float xf, float yf, int width) argument
163 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
244 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, float xf, float yf, int width) argument
267 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, float xf, float yf, int width) argument
290 OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, float xf, float yf, int width) argument
327 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
394 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
461 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
528 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
568 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
608 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dresize.rs28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java394 private WindowState getTouchedWinAtPointLw(float xf, float yf) { argument
397 final int y = (int) yf;

Completed in 64 milliseconds