/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | Resize.cpp | 127 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() 162 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() 197 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic() 280 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic() 303 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic() 326 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic() 374 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() local 445 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() local 520 const uchar *yp1 = pin + stride * ys1; in kernelU1() local 601 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() local [all …]
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicResize.cpp | 101 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() 136 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() 171 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic() 252 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic() 275 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic() 298 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic() 352 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() local 429 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() local 507 const uchar *yp1 = pin + stride * ys1; in kernelU1() local 585 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() local [all …]
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | Resize.cpp | 126 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() 161 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() 196 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic() 279 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic() 302 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic() 325 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic() 373 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() local 444 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() local 519 const uchar *yp1 = pin + stride * ys1; in kernelU1() local 600 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() local [all …]
|
/aosp_15_r20/external/libopus/celt/arm/ |
H A D | celt_mdct_ne10.c | 139 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_neon() local 207 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward_neon() local 242 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward_neon() local
|
/aosp_15_r20/external/libopus/celt/mips/ |
H A D | mdct_mipsr1.h | 166 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward() local 235 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward() local 272 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward() local
|
/aosp_15_r20/external/libopus/celt/ |
H A D | mdct.c | 221 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_c() local 290 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward_c() local 327 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward_c() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
H A D | GraggBulirschStoerStepInterpolator.java | 249 final double yp1 = h * y1Dot[i]; in computeCoefficients() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | GraggBulirschStoerStepInterpolator.java | 255 final double yp1 = h * y1Dot[i]; in computeCoefficients() local
|
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-math/apache-commons-math/android_common/javac/ |
D | apache-commons-math.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/conscrypt/benchmark-android/ |
HD | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/profcollect/services.profcollect/android_common/repackaged-jarjar/turbine/ |
D | services.profcollect.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core/android_common/repackaged-jarjar/turbine/ |
D | services.core.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.priorityboosted/android_common/gen/ |
D | services.core.priorityboosted.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/jarjar/ |
D | services.core.unboosted.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/combined/ |
D | services.core.unboosted.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/adpf/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core/android_common/turbine-combined/ |
D | services.core.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/adpf/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/profcollect/services.profcollect/android_common/turbine-combined/ |
D | services.profcollect.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/adpf/
android/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/services_intermediates/ |
D | classes-header.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services/android_common/repackaged-jarjar/turbine/ |
D | services.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services/android_common/turbine-combined/ |
D | services.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services/android_common/combined/ |
D | services.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/ |
D | all_android_tools_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-15-robolectric-12650502.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |