Home
last modified time | relevance | path

Searched refs:xf (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp87 float xf, float yf, int width) { in OneBiCubic() argument
88 int startx = (int) floor(xf - 1); in OneBiCubic()
89 xf = xf - floor(xf); in OneBiCubic()
99 convert_float4(yp0[xs3]), xf); in OneBiCubic()
104 convert_float4(yp1[xs3]), xf); in OneBiCubic()
109 convert_float4(yp2[xs3]), xf); in OneBiCubic()
114 convert_float4(yp3[xs3]), xf); in OneBiCubic()
122 float xf, float yf, int width) { in OneBiCubic() argument
123 int startx = (int) floor(xf - 1); in OneBiCubic()
124 xf = xf - floor(xf); in OneBiCubic()
[all …]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dresize.rs27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dresize.rs27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dresize.rs27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java108 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
109 if (yf * yf + xf * xf <= diskRadius2) { in generateDiskKernelArray()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DKernelDataForRenderScriptF32.java106 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
107 if (yf * yf + xf * xf <= diskRadius2) { in generateDiskKernelArray()
/frameworks/support/customview/api/
Dcurrent.txt76 field public static final int EDGE_ALL = 15; // 0xf
/frameworks/support/customview/api_legacy/
Dcurrent.txt76 field public static final int EDGE_ALL = 15; // 0xf
D0.0.0.txt76 field public static final int EDGE_ALL = 15; // 0xf
D28.0.0-alpha1.txt76 field public static final int EDGE_ALL = 15; // 0xf
/frameworks/support/wear/api_legacy/
D26.0.0.txt20 field public static final int BOX_ALL = 15; // 0xf
D26.1.0.txt20 field public static final int BOX_ALL = 15; // 0xf
D27.0.0.txt63 field public static final int BOX_ALL = 15; // 0xf
D27.1.0.txt85 field public static final int BOX_ALL = 15; // 0xf
Dcurrent.txt85 field public static final int BOX_ALL = 15; // 0xf
D28.0.0-alpha1.txt85 field public static final int BOX_ALL = 15; // 0xf
/frameworks/support/wear/api/
Dcurrent.txt100 field public static final int BOX_ALL = 15; // 0xf
/frameworks/support/exifinterface/api/
Dcurrent.txt114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
/frameworks/support/exifinterface/api_legacy/
D28.0.0-alpha1.txt114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
D27.0.0.txt114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
Dcurrent.txt114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
D27.1.0.txt114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr338 …���(24#�<�b?#�v���1[3���5�'���DR�4<Z��P<F�%G��oi����S���01i�A����<Vrxf��*�pC�"g�tš���…
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2335 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked() argument
2336 final int x = (int) xf; in getTouchableWinAtPointLocked()
/frameworks/support/legacy/core-ui/api_legacy/
D26.1.0.txt626 field public static final int EDGE_ALL = 15; // 0xf

123