Searched refs:py2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve3x3.cpp | 92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, in ConvolveOneU4() argument 104 convert_float4(py2[x1]) * coeff[6] + in ConvolveOneU4() 105 convert_float4(py2[x]) * coeff[7] + in ConvolveOneU4() 106 convert_float4(py2[x2]) * coeff[8]; in ConvolveOneU4() 114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, in ConvolveOneU2() argument 126 convert_float2(py2[x1]) * coeff[6] + in ConvolveOneU2() 127 convert_float2(py2[x]) * coeff[7] + in ConvolveOneU2() 128 convert_float2(py2[x2]) * coeff[8]; in ConvolveOneU2() 135 const uchar *py0, const uchar *py1, const uchar *py2, in ConvolveOneU1() argument 147 ((float)py2[x1]) * coeff[6] + in ConvolveOneU1() [all …]
|
D | rsCpuIntrinsicConvolve5x5.cpp | 90 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument 111 convert_float4(py2[x0]) * coeff[10] + in OneU4() 112 convert_float4(py2[x1]) * coeff[11] + in OneU4() 113 convert_float4(py2[x2]) * coeff[12] + in OneU4() 114 convert_float4(py2[x3]) * coeff[13] + in OneU4() 115 convert_float4(py2[x4]) * coeff[14] + in OneU4() 133 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument 154 convert_float2(py2[x0]) * coeff[10] + in OneU2() 155 convert_float2(py2[x1]) * coeff[11] + in OneU2() 156 convert_float2(py2[x2]) * coeff[12] + in OneU2() [all …]
|
/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>* %py2, align 4 996 %py2 = bitcast float* %py to <4 x float>* 997 %ym = load <4 x float>* %py2, align 4 1020 %py2 = bitcast float* %py to <4 x float>* 1021 %ym = load <4 x float>* %py2, align 4 1051 %py2 = bitcast float* %py to <4 x float>* 1052 %ym = load <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>* %py2, align 4 1012 %py2 = bitcast float* %py to <4 x float>* 1013 %ym = load <4 x float>* %py2, align 4 1043 %py2 = bitcast float* %py to <4 x float>* 1044 %ym = load <4 x float>* %py2, align 4 1071 %py2 = bitcast float* %py to <4 x float>* 1072 %ym = load <4 x float>* %py2, align 4
|