/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/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/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/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/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/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/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | tests.sh | 54 tar -xf $DIST
|
/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 | 2963 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked() argument 2964 final int x = (int) xf; in getTouchableWinAtPointLocked()
|
/frameworks/base/api/ |
D | system-current.txt | 832 field public static final int LOG_EVENT_ID_PACKAGE_TRANSPORT_NOT_PRESENT = 15; // 0xf 1278 field public static final int METADATA_UNTETHERED_CASE_CHARGING = 15; // 0xf 4511 field @Deprecated public static final int RTT_STATUS_FAIL_FTM_PARAM_OVERRIDE = 15; // 0xf 4962 field public static final int OSU_FAILURE_UNEXPECTED_SOAP_MESSAGE_STATUS = 15; // 0xf 7583 field public static final int LIMIT_EXCEEDED = 15; // 0xf 7899 field public static final int RESULT_SYSTEM_ERROR = 15; // 0xf 8361 …ld @android.telephony.euicc.EuiccNotification.Event public static final int ALL_EVENTS = 15; // 0xf 8870 field public static final int SS_BAOIC_EXC_HOME = 15; // 0xf 8964 field public static final int AUDIO_QUALITY_G711AB = 15; // 0xf
|