Searched refs:int2 (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dpalignr.c19 typedef __attribute__((vector_size(8))) int int2; typedef
22 int2 align5(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 8); }
25 int2 align6(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 9); }
28 int2 align7(int2 a, int2
[all...]
/external/opencv3/modules/imgproc/src/opencl/
H A Dremap.cl84 v2 = max(min(v2, (int2)(src_cols - 1, src_rows - 1)), (int2)(0)); \
175 int2 gxy = (int2)(gx, gy);
212 int2 gxy = convert_int2_sat_rte(map[0]);
252 int2 gxy = convert_int2(map[0]);
298 int2 gxy = convert_int2(map1[0]) + (int2)(dx, dy);
351 int2 map_dataA = convert_int2(map1[0]);
352 int2 map_data
[all...]
H A Dfilter2DSmall.cl180 inline bool isBorder(const struct RectCoords bounds, int2 coord, int numPixels)
185 inline bool isBorder(const struct RectCoords bounds, int2 coord, int numPixels)
191 inline WT getBorderPixel(const struct RectCoords bounds, int2 coord,
205 coord = (int2)(selected_col, selected_row);
212 inline WT readSrcPixelSingle(int2 pos, __global const uchar* srcptr,
249 inline PX_LOAD_FLOAT_VEC_TYPE readSrcPixelGroup(int2 pos, __global const uchar* srcptr,
302 int2 srcPos = (int2)(srcCoords.x1 + x - ANCHOR_X, srcCoords.y1 + y - ANCHOR_Y);
H A DboxFilter.cl130 inline WT readSrcPixel(int2 pos, __global const uchar * srcptr, int src_step, const struct RectCoords srcCoords)
181 int2 srcPos = (int2)(srcCoords.x1 + x, srcCoords.y1 + y - ANCHOR_Y);
H A Dclahe.cl145 const int2 tileSize, const int tilesX,
218 const int2 tileSize,
/external/opencv3/modules/cudalegacy/src/cuda/
H A Dbm.cu58 __device__ int cmpBlocks(int X1, int Y1, int X2, int Y2, int2 blockSize)
71 __global__ void calcOptFlowBM(PtrStepSzf velx, PtrStepf vely, const int2 blockSize, const int2 shiftSize, const bool usePrevious,
151 void calc(PtrStepSzb prev, PtrStepSzb curr, PtrStepSzf velx, PtrStepSzf vely, int2 blockSize, int2 shiftSize, bool usePrevious,
/external/opencv3/modules/cudaarithm/src/cuda/
H A Dadd_scalar.cu106 {addScalarImpl<uchar, float, int>, addScalarImpl<uchar2, float, int2>, addScalarImpl<uchar3, float, int3>, addScalarImpl<uchar4, float, int4>},
115 {addScalarImpl<schar, float, int>, addScalarImpl<char2, float, int2>, addScalarImpl<char3, float, int3>, addScalarImpl<char4, float, int4>},
124 {addScalarImpl<ushort, float, int>, addScalarImpl<ushort2, float, int2>, addScalarImpl<ushort3, float, int3>, addScalarImpl<ushort4, float, int4>},
133 {addScalarImpl<short, float, int>, addScalarImpl<short2, float, int2>, addScalarImpl<short3, float, int3>, addScalarImpl<short4, float, int4>},
138 {0 /*addScalarImpl<int, float, uchar>*/, 0 /*addScalarImpl<int2, float, uchar2>*/, 0 /*addScalarImpl<int3, float, uchar3>*/, 0 /*addScalarImpl<int4, float, uchar4>*/},
139 {0 /*addScalarImpl<int, float, schar>*/, 0 /*addScalarImpl<int2, float, char2>*/, 0 /*addScalarImpl<int3, float, char3>*/, 0 /*addScalarImpl<int4, float, char4>*/},
140 {0 /*addScalarImpl<int, float, ushort>*/, 0 /*addScalarImpl<int2, float, ushort2>*/, 0 /*addScalarImpl<int3, float, ushort3>*/, 0 /*addScalarImpl<int4, float, ushort4>*/},
141 {0 /*addScalarImpl<int, float, short>*/, 0 /*addScalarImpl<int2, float, short2>*/, 0 /*addScalarImpl<int3, float, short3>*/, 0 /*addScalarImpl<int4, float, short4>*/},
142 {addScalarImpl<int, float, int>, addScalarImpl<int2, float, int2>, addScalarImp
[all...]
H A Dmul_scalar.cu103 {mulScalarImpl<uchar, float, int>, mulScalarImpl<uchar2, float, int2>, mulScalarImpl<uchar3, float, int3>, mulScalarImpl<uchar4, float, int4>},
112 {mulScalarImpl<schar, float, int>, mulScalarImpl<char2, float, int2>, mulScalarImpl<char3, float, int3>, mulScalarImpl<char4, float, int4>},
121 {mulScalarImpl<ushort, float, int>, mulScalarImpl<ushort2, float, int2>, mulScalarImpl<ushort3, float, int3>, mulScalarImpl<ushort4, float, int4>},
130 {mulScalarImpl<short, float, int>, mulScalarImpl<short2, float, int2>, mulScalarImpl<short3, float, int3>, mulScalarImpl<short4, float, int4>},
135 {0 /*mulScalarImpl<int, float, uchar>*/, 0 /*mulScalarImpl<int2, float, uchar2>*/, 0 /*mulScalarImpl<int3, float, uchar3>*/, 0 /*mulScalarImpl<int4, float, uchar4>*/},
136 {0 /*mulScalarImpl<int, float, schar>*/, 0 /*mulScalarImpl<int2, float, char2>*/, 0 /*mulScalarImpl<int3, float, char3>*/, 0 /*mulScalarImpl<int4, float, char4>*/},
137 {0 /*mulScalarImpl<int, float, ushort>*/, 0 /*mulScalarImpl<int2, float, ushort2>*/, 0 /*mulScalarImpl<int3, float, ushort3>*/, 0 /*mulScalarImpl<int4, float, ushort4>*/},
138 {0 /*mulScalarImpl<int, float, short>*/, 0 /*mulScalarImpl<int2, float, short2>*/, 0 /*mulScalarImpl<int3, float, short3>*/, 0 /*mulScalarImpl<int4, float, short4>*/},
139 {mulScalarImpl<int, float, int>, mulScalarImpl<int2, float, int2>, mulScalarImp
[all...]
H A Dsub_scalar.cu129 {subScalarImpl<uchar, float, int>, subScalarImpl<uchar2, float, int2>, subScalarImpl<uchar3, float, int3>, subScalarImpl<uchar4, float, int4>},
138 {subScalarImpl<schar, float, int>, subScalarImpl<char2, float, int2>, subScalarImpl<char3, float, int3>, subScalarImpl<char4, float, int4>},
147 {subScalarImpl<ushort, float, int>, subScalarImpl<ushort2, float, int2>, subScalarImpl<ushort3, float, int3>, subScalarImpl<ushort4, float, int4>},
156 {subScalarImpl<short, float, int>, subScalarImpl<short2, float, int2>, subScalarImpl<short3, float, int3>, subScalarImpl<short4, float, int4>},
161 {0 /*subScalarImpl<int, float, uchar>*/, 0 /*subScalarImpl<int2, float, uchar2>*/, 0 /*subScalarImpl<int3, float, uchar3>*/, 0 /*subScalarImpl<int4, float, uchar4>*/},
162 {0 /*subScalarImpl<int, float, schar>*/, 0 /*subScalarImpl<int2, float, char2>*/, 0 /*subScalarImpl<int3, float, char3>*/, 0 /*subScalarImpl<int4, float, char4>*/},
163 {0 /*subScalarImpl<int, float, ushort>*/, 0 /*subScalarImpl<int2, float, ushort2>*/, 0 /*subScalarImpl<int3, float, ushort3>*/, 0 /*subScalarImpl<int4, float, ushort4>*/},
164 {0 /*subScalarImpl<int, float, short>*/, 0 /*subScalarImpl<int2, float, short2>*/, 0 /*subScalarImpl<int3, float, short3>*/, 0 /*subScalarImpl<int4, float, short4>*/},
165 {subScalarImpl<int, float, int>, subScalarImpl<int2, float, int2>, subScalarImp
[all...]
H A Ddiv_scalar.cu171 {divScalarImpl<uchar, float, int>, divScalarImpl<uchar2, float, int2>, divScalarImpl<uchar3, float, int3>, divScalarImpl<uchar4, float, int4>},
180 {divScalarImpl<schar, float, int>, divScalarImpl<char2, float, int2>, divScalarImpl<char3, float, int3>, divScalarImpl<char4, float, int4>},
189 {divScalarImpl<ushort, float, int>, divScalarImpl<ushort2, float, int2>, divScalarImpl<ushort3, float, int3>, divScalarImpl<ushort4, float, int4>},
198 {divScalarImpl<short, float, int>, divScalarImpl<short2, float, int2>, divScalarImpl<short3, float, int3>, divScalarImpl<short4, float, int4>},
203 {0 /*divScalarImpl<int, float, uchar>*/, 0 /*divScalarImpl<int2, float, uchar2>*/, 0 /*divScalarImpl<int3, float, uchar3>*/, 0 /*divScalarImpl<int4, float, uchar4>*/},
204 {0 /*divScalarImpl<int, float, schar>*/, 0 /*divScalarImpl<int2, float, char2>*/, 0 /*divScalarImpl<int3, float, char3>*/, 0 /*divScalarImpl<int4, float, char4>*/},
205 {0 /*divScalarImpl<int, float, ushort>*/, 0 /*divScalarImpl<int2, float, ushort2>*/, 0 /*divScalarImpl<int3, float, ushort3>*/, 0 /*divScalarImpl<int4, float, ushort4>*/},
206 {0 /*divScalarImpl<int, float, short>*/, 0 /*divScalarImpl<int2, float, short2>*/, 0 /*divScalarImpl<int3, float, short3>*/, 0 /*divScalarImpl<int4, float, short4>*/},
207 {divScalarImpl<int, float, int>, divScalarImpl<int2, float, int2>, divScalarImp
[all...]
H A Dcopy_make_border.cu63 typedef int2 value_type;
69 __device__ __forceinline__ int2 operator ()(int y, int x) const
/external/parameter-framework/upstream/xmlserializer/
H A DXmlSerializingContext.cpp63 // xmlErrorPtr->int2 contains the column; see xmlerror.h
65 std::to_string(error->int2) + ": " + error->message;
/external/clang/test/SemaTemplate/
H A Dext-vector-type.cpp85 typedef int __attribute__((ext_vector_type(2))) int2; typedef in namespace:Deduction
90 int array0[X0<int2>::value == 0? 1 : -1];
/external/opencv3/modules/cudaimgproc/src/cuda/
H A Dclahe.cu58 const int2 tileSize, const int tilesX,
124 void calcLut(PtrStepSzb src, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, int clipLimit, float lutScale, cudaStream_t stream)
137 __global__ void tranformKernel(const PtrStepSzb src, PtrStepb dst, const PtrStepb lut, const int2 tileSize, const int tilesX, const int tilesY)
171 void transform(PtrStepSzb src, PtrStepSzb dst, PtrStepb lut, int tilesX, int tilesY, int2 tileSize, cudaStream_t stream)
H A Ddebayer.cu395 __global__ void MHCdemosaic(PtrStepSz<DstType> dst, const int2 sourceOffset, const int2 firstRed)
410 int2 center;
505 int2 alternate;
523 void MHCdemosaic(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cudaStream_t stream)
539 template void MHCdemosaic<1>(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cudaStream_t stream);
540 template void MHCdemosaic<3>(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRe
[all...]
/external/opencv3/modules/cudafeatures2d/src/cuda/
H A Dbf_knnmatch.cu377 __global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask mask, int2* bestTrainIdx, float2* bestDistance)
411 const PtrStepSz<int2>& trainIdx, const PtrStepSz<float2>& distance,
427 __global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, const Mask mask, int2* bestTrainIdx, int2* bestImgIdx, float2* bestDistance)
472 const PtrStepSz<int2>& trainIdx, const PtrStepSz<int2>& imgIdx, const PtrStepSz<float2>& distance,
556 __global__ void matchUnrolled(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask mask, int2* bestTrainIdx, float2* bestDistance)
588 const PtrStepSz<int2>& trainIdx, const PtrStepSz<float2>& distance,
604 __global__ void matchUnrolled(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, const Mask mask, int2* bestTrainIdx, int2* bestImgId
[all...]
/external/opencv3/modules/cudalegacy/src/
H A Dbm.cpp56 void calc(PtrStepSzb prev, PtrStepSzb curr, PtrStepSzf velx, PtrStepSzf vely, int2 blockSize, int2 shiftSize, bool usePrevious,
/external/opencv3/modules/video/src/opencl/
H A Doptical_flow_tvl1.cl123 int2 cood = (int2)(cx, cy);
203 int2 cood = (int2)(cx, cy);
/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; local
884 int2 = _mm_unpacklo_epi16(linec, lined);
887 linea = _mm_unpacklo_epi16(int1, int2);
888 int1 = _mm_unpackhi_epi16(int1, int2);
903 int2 = _mm_unpacklo_epi16(linee, linef);
909 linee = _mm_unpacklo_epi16(int2, int3);
910 int2 = _mm_unpackhi_epi16(int2, int3);
918 int3 = _mm_unpacklo_epi16(int1, int2);
919 lined = _mm_unpackhi_epi16(int1, int2);
[all...]
/external/libbrillo/brillo/
H A Dany_unittest.cc264 Any int2{12};
266 EXPECT_EQ(int1, int2);
267 EXPECT_NE(int2, int3);
/external/opencv3/modules/cudaoptflow/src/
H A Dpyrlk.cpp58 void loadConstants(int2 winSize, int iters, cudaStream_t stream);
66 PtrStepSzf err, int2 winSize, cudaStream_t stream);
244 int2 winSize2i = make_int2(winSize_.width, winSize_.height);
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp109 template <> struct IsVec<int2> { enum {value = 1}; };
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
H A Dtype_traits.hpp95 template <> struct IsVec<int2> { enum {value = 1}; };
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java280 String int2 = "[[I";
316 superclassTest(object, int1, int2);
/external/opencv3/modules/core/src/cuda/
H A Dgpu_mat.cu291 {copyWithMask<int>, copyWithMask<int2>, copyWithMask<int3>, copyWithMask<int4>},
376 {setToWithOutMask<int>,setToWithOutMask<int2>,setToWithOutMask<int3>,setToWithOutMask<int4>},
407 {setToWithMask<int>,setToWithMask<int2>,setToWithMask<int3>,setToWithMask<int4>},

Completed in 1402 milliseconds

12