/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve3x3.cpp | 85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, in ConvolveOneU4() argument 97 convert_float4(py2[x1]) * coeff[6] + in ConvolveOneU4() 98 convert_float4(py2[x]) * coeff[7] + in ConvolveOneU4() 99 convert_float4(py2[x2]) * coeff[8]; in ConvolveOneU4() 107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, in ConvolveOneU2() argument 119 convert_float2(py2[x1]) * coeff[6] + in ConvolveOneU2() 120 convert_float2(py2[x]) * coeff[7] + in ConvolveOneU2() 121 convert_float2(py2[x2]) * coeff[8]; in ConvolveOneU2() 128 const uchar *py0, const uchar *py1, const uchar *py2, in ConvolveOneU1() argument 140 ((float)py2[x1]) * coeff[6] + in ConvolveOneU1() [all …]
|
D | rsCpuIntrinsicConvolve5x5.cpp | 84 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument 105 convert_float4(py2[x0]) * coeff[10] + in OneU4() 106 convert_float4(py2[x1]) * coeff[11] + in OneU4() 107 convert_float4(py2[x2]) * coeff[12] + in OneU4() 108 convert_float4(py2[x3]) * coeff[13] + in OneU4() 109 convert_float4(py2[x4]) * coeff[14] + in OneU4() 127 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument 148 convert_float2(py2[x0]) * coeff[10] + in OneU2() 149 convert_float2(py2[x1]) * coeff[11] + in OneU2() 150 convert_float2(py2[x2]) * coeff[12] + in OneU2() [all …]
|
/frameworks/rs/toolkit/ |
D | Convolve3x3.cpp | 40 const uchar* py2); 79 const InputOutputType* py1, const InputOutputType* py2, const float* coeff, in convolveOneU() argument 90 convert<ComputationType>(py2[x1]) * coeff[6] + in convolveOneU() 91 convert<ComputationType>(py2[x]) * coeff[7] + in convolveOneU() 92 convert<ComputationType>(py2[x2]) * coeff[8]; in convolveOneU() 114 const InputOutputType* py1, const InputOutputType* py2, const float* coeff, in ConvolveOneF() argument 120 (py2[x1] * coeff[6]) + (py2[x] * coeff[7]) + (py2[x2] * coeff[8]); in ConvolveOneF() 139 const uchar4* py2 = (const uchar4*)ppy2; in kernelU4() local 144 convolveOneU<uchar4, float4>(0, out, py0, py1, py2, mFp, mSizeX); in kernelU4() 154 rsdIntrinsicConvolve3x3_K(out, &py0[x1 - 1], &py1[x1 - 1], &py2[x1 - 1], mIp, len); in kernelU4() [all …]
|
D | Convolve5x5.cpp | 41 const uchar* py2, const uchar* py3, const uchar* py4); 66 const InputOutputType* py1, const InputOutputType* py2, in ConvolveOneU() argument 87 convert<ComputationType>(py2[x0]) * coeff[10] + in ConvolveOneU() 88 convert<ComputationType>(py2[x1]) * coeff[11] + in ConvolveOneU() 89 convert<ComputationType>(py2[x2]) * coeff[12] + in ConvolveOneU() 90 convert<ComputationType>(py2[x3]) * coeff[13] + in ConvolveOneU() 91 convert<ComputationType>(py2[x4]) * coeff[14] + in ConvolveOneU() 111 const InputOutputType* py1, const InputOutputType* py2, in ConvolveOneF() argument 126 py2[x0] * coeff[10] + py2[x1] * coeff[11] + py2[x2] * coeff[12] + in ConvolveOneF() 127 py2[x3] * coeff[13] + py2[x4] * coeff[14] + in ConvolveOneF() [all …]
|
/frameworks/base/tools/fonts/ |
D | Android.bp | 27 py2: {
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | Android.bp | 27 py2: {
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 967 %py2 = bitcast float* %py to <4 x float>* 968 ; %ym = call <4 x float> @llvm.aarch64.neon.ld4.v4f32(i8* %py2, i32 4) nounwind 969 %ym = load <4 x float>, <4 x float>* %py2, align 4 996 %py2 = bitcast float* %py to <4 x float>* 997 %ym = load <4 x float>, <4 x float>* %py2, align 4 1020 %py2 = bitcast float* %py to <4 x float>* 1021 %ym = load <4 x float>, <4 x float>* %py2, align 4 1051 %py2 = bitcast float* %py to <4 x float>* 1052 %ym = load <4 x float>, <4 x float>* %py2, align 4 1079 %py2 = bitcast float* %py to <4 x float>* [all …]
|
D | neon.ll | 961 %py2 = bitcast float* %py to i8* 962 %ym = call <4 x float> @llvm.arm.neon.vld1.v4f32(i8* %py2, i32 4) nounwind 988 %py2 = bitcast float* %py to <4 x float>* 989 %ym = load <4 x float>, <4 x float>* %py2, align 4 1012 %py2 = bitcast float* %py to <4 x float>* 1013 %ym = load <4 x float>, <4 x float>* %py2, align 4 1043 %py2 = bitcast float* %py to <4 x float>* 1044 %ym = load <4 x float>, <4 x float>* %py2, align 4 1071 %py2 = bitcast float* %py to <4 x float>* 1072 %ym = load <4 x float>, <4 x float>* %py2, align 4
|
/frameworks/base/api/ |
D | Android.bp | 44 py2: {
|