Searched refs:buf0 (Results 1 - 21 of 21) sorted by relevance

/external/opencv3/modules/superres/src/
H A Dinput_array_utility.hpp59 CV_EXPORTS Mat convertToType(const Mat& src, int type, Mat& buf0, Mat& buf1);
60 CV_EXPORTS UMat convertToType(const UMat& src, int type, UMat& buf0, UMat& buf1);
61 CV_EXPORTS cuda::GpuMat convertToType(const cuda::GpuMat& src, int type, cuda::GpuMat& buf0, cuda::GpuMat& buf1);
H A Dinput_array_utility.cpp236 Mat cv::superres::convertToType(const Mat& src, int type, Mat& buf0, Mat& buf1) argument
246 convertToCn(src, buf0, cn);
247 return buf0;
256 convertToCn(src, buf0, cn);
257 convertToDepth(buf0, buf1, depth);
261 UMat cv::superres::convertToType(const UMat& src, int type, UMat& buf0, UMat& buf1) argument
271 convertToCn(src, buf0, cn);
272 return buf0;
281 convertToCn(src, buf0, cn);
282 convertToDepth(buf0, buf
286 convertToType(const GpuMat& src, int type, GpuMat& buf0, GpuMat& buf1) argument
[all...]
/external/lzma/C/
H A DBcj2.h16 If buf0 overlaps outBuf, there are two required conditions:
17 1) (buf0 >= outBuf)
18 2) (buf0 + size0 >= outBuf + FullOutputSize).
26 const Byte *buf0, SizeT size0,
H A DBcj2.c36 const Byte *buf0, SizeT size0,
72 Byte b = buf0[inPos];
84 b = buf0[inPos++];
35 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/ipsec-tools/src/racoon/
H A Dmisc.c56 bindump(buf0, len)
57 void *buf0;
60 unsigned char *buf = (unsigned char *)buf0;
76 racoon_hexdump(buf0, len)
77 void *buf0;
80 caddr_t buf = (caddr_t)buf0;
H A Disakmp_inf.c1052 isakmp_add_pl_n(buf0, np_p, type, pr, data)
1053 vchar_t *buf0;
1071 if (buf0) {
1072 oldlen = buf0->l;
1073 buf = vrealloc(buf0, buf0->l + tlen);
H A Disakmp.c2394 isakmp_add_attr_v(buf0, type, val, len)
2395 vchar_t *buf0;
2407 if (buf0) {
2408 oldlen = buf0->l;
2409 buf = vrealloc(buf0, oldlen + tlen);
2428 isakmp_add_attr_l(buf0, type, val)
2429 vchar_t *buf0;
2440 if (buf0) {
2441 oldlen = buf0->l;
2442 buf = vrealloc(buf0, oldle
[all...]
/external/opencv3/modules/cudaarithm/test/
H A Dtest_buffer_pool.cpp62 GpuMat buf0 = pool.getBuffer(Size(640, 480), CV_8UC1); local
63 EXPECT_FALSE( buf0.empty() );
65 buf0.setTo(Scalar::all(0), stream);
70 buf0.convertTo(buf1, buf1.type(), 1.0, 1.0, stream);
/external/compiler-rt/lib/tsan/go/
H A Dtest.c32 char buf0[100<<10]; variable
39 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1));
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java328 Buffer buf0 = header==null?null:header.buffer();
332 header!=null && header.length()!=0 && buf0 instanceof NIOBuffer &&
335 length = gatheringFlush(header,((NIOBuffer)buf0).getByteBuffer(),buffer,((NIOBuffer)buf1).getByteBuffer());
364 // Adjust position indexs of buf0 and buf1
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h22 __m128i buf0, buf1; local
23 buf0 = _mm_mul_epu32(a, b);
27 return _mm_add_epi64(buf0, buf1);
31 __m128i buf0 = _mm_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
33 return _mm_unpacklo_epi64(buf0, buf1);
H A Dfwd_dct32x32_impl_avx2.h27 __m256i buf0, buf1; local
28 buf0 = _mm256_mul_epu32(a, b);
32 return _mm256_add_epi64(buf0, buf1);
36 __m256i buf0 = _mm256_shuffle_epi32(a, _MM_SHUFFLE(0, 0, 2, 0)); local
38 return _mm256_unpacklo_epi64(buf0, buf1);
/external/ppp/pppd/
H A Dutils.c166 char *str, *f, *buf0; local
174 buf0 = buf;
419 return buf - buf0;
/external/opencv3/modules/imgproc/test/
H A Dtest_filter.cpp911 median_pair *buf0 = &_buf0[0], *buf1 = &_buf1[0]; local
924 *buf0++ = median_pair(j, src1[j]);
928 buf0 -= n;
934 if( buf0[j].val > buf0[j+1].val )
937 CV_SWAP( buf0[j], buf0[j+1], t );
966 if( buf0[k].col == del_col )
968 else if( buf0[k].val < col_buf[l] )
969 *buf1++ = buf0[
[all...]
/external/opencv/cv/src/
H A Dcvpyramids.cpp500 worktype *buf = 0, *buf0 = 0; \
527 buf0 = buf; \
634 buf = buf0; \
723 buf = buf0; \
872 cvFree( &buf0 ); \
H A Dcvimgwarp.cpp213 worktype* buf0, worktype* buf1 ) \
232 CV_SWAP( buf0, buf1, swap_t ); \
240 worktype* _buf = k == 0 ? buf0 : buf1; \
245 memcpy( buf1, buf0, dsize.width*sizeof(buf0[0]) ); \
267 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx])); \
270 dst[dx] = (arrtype)descale_macro( mul_one_macro(buf0[dx]) + \
271 fy*(buf1[dx] - buf0[dx])); \
584 const CvResizeAlpha* yofs, float* buf0, float* buf1 );
807 float *buf0, *buf local
[all...]
/external/opencv/cxcore/src/
H A Dcxdxt.cpp2040 uchar *buf0, *buf1, *dbuf0, *dbuf1;
2043 buf0 = ptr;
2047 dbuf0 = buf0, dbuf1 = buf1;
2071 memset( buf0, 0, len*complex_elem_size );
2072 icvCopyColumn( sptr0, src->step, buf0, complex_elem_size, len, elem_size );
2083 icvCopyColumn( sptr0, src->step, buf0 + elem_size, elem_size, len, elem_size );
2084 icvExpandCCS( buf0 + elem_size, len, elem_size );
2095 icvCopyColumn( sptr0, src->step, buf0, complex_elem_size, len, complex_elem_size );
2096 //memcpy( buf0 + elem_size, buf0, elem_siz
[all...]
/external/opencv3/modules/core/src/
H A Ddxt.cpp2759 uchar *buf0, *buf1, *dbuf0, *dbuf1;
2762 buf0 = ptr;
2766 dbuf0 = buf0, dbuf1 = buf1;
2790 memset( buf0, 0, len*complex_elem_size );
2791 CopyColumn( sptr0, src.step, buf0, complex_elem_size, len, elem_size );
2802 CopyColumn( sptr0, src.step, buf0, elem_size, len, elem_size );
2803 ExpandCCS( buf0, len, elem_size );
2814 CopyColumn( sptr0, src.step, buf0, complex_elem_size, len, complex_elem_size );
2826 dft_func( buf0, dbuf0, len, nf, factors, itab,
2874 CopyFrom2Columns( sptr0, src.step, buf0, buf
[all...]
/external/opencv3/modules/calib3d/src/
H A Dstereobm.cpp874 uchar* buf0, uchar* buf1, StereoBMParams* _state)
878 buf[0] = buf0; buf[1] = buf1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 703 milliseconds