/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 87 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/ |
D | resize.rs | 27 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/ |
D | resize.rs | 27 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/ |
D | resize.rs | 27 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/ |
D | KernelDataForRenderScriptd1new.java | 108 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/ |
D | KernelDataForRenderScriptF32.java | 106 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local 107 if (yf * yf + xf * xf <= diskRadius2) { in generateDiskKernelArray()
|
/frameworks/support/customview/api/ |
D | current.txt | 76 field public static final int EDGE_ALL = 15; // 0xf
|
/frameworks/support/customview/api_legacy/ |
D | current.txt | 76 field public static final int EDGE_ALL = 15; // 0xf
|
D | 0.0.0.txt | 76 field public static final int EDGE_ALL = 15; // 0xf
|
D | 28.0.0-alpha1.txt | 76 field public static final int EDGE_ALL = 15; // 0xf
|
/frameworks/support/wear/api_legacy/ |
D | 26.0.0.txt | 20 field public static final int BOX_ALL = 15; // 0xf
|
D | 26.1.0.txt | 20 field public static final int BOX_ALL = 15; // 0xf
|
D | 27.0.0.txt | 63 field public static final int BOX_ALL = 15; // 0xf
|
D | 27.1.0.txt | 85 field public static final int BOX_ALL = 15; // 0xf
|
D | current.txt | 85 field public static final int BOX_ALL = 15; // 0xf
|
D | 28.0.0-alpha1.txt | 85 field public static final int BOX_ALL = 15; // 0xf
|
/frameworks/support/wear/api/ |
D | current.txt | 100 field public static final int BOX_ALL = 15; // 0xf
|
/frameworks/support/exifinterface/api/ |
D | current.txt | 114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
|
/frameworks/support/exifinterface/api_legacy/ |
D | 28.0.0-alpha1.txt | 114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
|
D | 27.0.0.txt | 114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
|
D | current.txt | 114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
|
D | 27.1.0.txt | 114 field public static final short LIGHT_SOURCE_WHITE_FLUORESCENT = 15; // 0xf
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 338 …���(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/ |
D | DisplayContent.java | 2335 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked() argument 2336 final int x = (int) xf; in getTouchableWinAtPointLocked()
|
/frameworks/support/legacy/core-ui/api_legacy/ |
D | 26.1.0.txt | 626 field public static final int EDGE_ALL = 15; // 0xf
|