Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp85 float xf, float yf, int width) { in OneBiCubic() argument
86 int startx = (int) floor(xf - 1); in OneBiCubic()
87 xf = xf - floor(xf); in OneBiCubic()
97 convert_float4(yp0[xs3]), xf); in OneBiCubic()
102 convert_float4(yp1[xs3]), xf); in OneBiCubic()
107 convert_float4(yp2[xs3]), xf); in OneBiCubic()
112 convert_float4(yp3[xs3]), xf); in OneBiCubic()
120 float xf, float yf, int width) { in OneBiCubic() argument
121 int startx = (int) floor(xf - 1); in OneBiCubic()
122 xf = xf - floor(xf); in OneBiCubic()
[all …]
/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 * scale;
47 int startx = (int) floor(xf - 2);
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/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 * scale;
47 int startx = (int) floor(xf - 2);
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/base/services/core/java/com/android/server/wm/
DDragState.java392 private WindowState getTouchedWinAtPointLw(float xf, float yf) { in getTouchedWinAtPointLw() argument
394 final int x = (int) xf; in getTouchedWinAtPointLw()
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd703 for (XAPKFile xf : xAPKS) {
704 String fileName = Helpers.getExpansionAPKFileName(this, xf.mIsBase,
705 xf.mFileVersion);
706 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.txt2659 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5167 field public static final int START_CONTINUATION_MASK = 15; // 0xf
6122 field public static final int BROADCOM = 15; // 0xf
6483 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
7088 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
9237 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
9448 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
9468 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
12717 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
13095 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]
Dcurrent.txt2582 field public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15; // 0xf
5077 field public static final int START_CONTINUATION_MASK = 15; // 0xf
5910 field public static final int BROADCOM = 15; // 0xf
6269 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
6851 field public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15; // 0xf
8931 field public static final int PROTECTION_MASK_BASE = 15; // 0xf
9142 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
9162 field public static final int UI_MODE_TYPE_MASK = 15; // 0xf
12411 field public static final int TYPE_GAME_ROTATION_VECTOR = 15; // 0xf
12789 field public static final int CONTROL_SCENE_MODE_CANDLELIGHT = 15; // 0xf
[all …]