Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp94 float xf, float yf, int width) { in OneBiCubic() argument
95 int startx = (int) floor(xf - 1); in OneBiCubic()
96 xf = xf - floor(xf); in OneBiCubic()
106 convert_float4(yp0[xs3]), xf); in OneBiCubic()
111 convert_float4(yp1[xs3]), xf); in OneBiCubic()
116 convert_float4(yp2[xs3]), xf); in OneBiCubic()
121 convert_float4(yp3[xs3]), xf); in OneBiCubic()
129 float xf, float yf, int width) { in OneBiCubic() argument
130 int startx = (int) floor(xf - 1); in OneBiCubic()
131 xf = xf - floor(xf); in OneBiCubic()
[all …]
/frameworks/rs/java/tests/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/java/tests/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/java/tests/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/java/tests/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/java/tests/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/base/services/core/java/com/android/server/wm/
DDisplayContent.java636 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked() argument
638 final int x = (int) xf; in getTouchableWinAtPointLocked()
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd702 for (XAPKFile xf : xAPKS) {
703 String fileName = Helpers.getExpansionAPKFileName(this, xf.mIsBase,
704 xf.mFileVersion);
705 if (!Helpers.doesFileExist(this, fileName, xf.mFileSize, false))
/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/api/
Dsystem-current.txt2775 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5714 field public static final int START_CONTINUATION_MASK = 15; // 0xf
7056 field public static final int BROADCOM = 15; // 0xf
7421 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
8055 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
10372 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
10607 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10627 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
13970 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
14432 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]
Dcurrent.txt2661 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5566 field public static final int START_CONTINUATION_MASK = 15; // 0xf
6766 field public static final int BROADCOM = 15; // 0xf
7129 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
7741 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
9947 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
10168 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10188 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
13526 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
13985 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]
Dtest-current.txt2661 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5567 field public static final int START_CONTINUATION_MASK = 15; // 0xf
6772 field public static final int BROADCOM = 15; // 0xf
7135 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
7747 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
9960 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
10181 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10201 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
13539 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
13998 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]
/frameworks/support/v4/api/
D22.1.0.txt1960 field public static final int AXIS_HAT_X = 15; // 0xf
3086 field public static final int EDGE_ALL = 15; // 0xf
D22.2.1.txt2019 field public static final int AXIS_HAT_X = 15; // 0xf
3162 field public static final int EDGE_ALL = 15; // 0xf
D22.2.0.txt2018 field public static final int AXIS_HAT_X = 15; // 0xf
3161 field public static final int EDGE_ALL = 15; // 0xf
D23.0.0.txt2210 field public static final int AXIS_HAT_X = 15; // 0xf
3451 field public static final int EDGE_ALL = 15; // 0xf
D23.1.0.txt2232 field public static final int AXIS_HAT_X = 15; // 0xf
3491 field public static final int EDGE_ALL = 15; // 0xf
D23.1.1.txt2185 field public static final int AXIS_HAT_X = 15; // 0xf
3458 field public static final int EDGE_ALL = 15; // 0xf
Dcurrent.txt2388 field public static final int AXIS_HAT_X = 15; // 0xf
3732 field public static final int EDGE_ALL = 15; // 0xf
D22.0.0.txt2820 field public static final int EDGE_ALL = 15; // 0xf
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2582 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5077 field public static final int START_CONTINUATION_MASK = 15; // 0xf
5908 field public static final int BROADCOM = 15; // 0xf
6267 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
6849 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
8929 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
9140 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
9160 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
12409 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
12787 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]