Searched defs:xf (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 102 float xf, float yf, int width) { in OneBiCubic() 137 float xf, float yf, int width) { in OneBiCubic() 172 float xf, float yf, int width) { in OneBiCubic() 253 float xf, float yf, int width) { in OneBiCubic() 276 float xf, float yf, int width) { in OneBiCubic() 299 float xf, float yf, int width) { in OneBiCubic() 362 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU4() local 389 …float xf = _mm_cvtss_f32(_mm_fmsub_ss(_mm_set1_ps(x1 + 0.5f) , _mm_set1_ps(cp->scaleX) , _mm_set1_… in kernelU4() local 439 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU2() local 467 …float xf = _mm_cvtss_f32(_mm_fmsub_ss(_mm_set1_ps(x1 + 0.5f) , _mm_set1_ps(cp->scaleX) , _mm_set1_… in kernelU2() local [all …]
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | KernelDataForRenderScriptF32.java | 106 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 108 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2973 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked()
|