HomeSort by relevance Sort by last modified time
    Searched refs:ksize (Results 1 - 12 of 12) sorted by null

  /external/opencv/cv/src/
cvfilter.cpp 108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
113 width += ksize.width - 1;
137 _ksize.width == ksize.width && _ksize.height == ksize.height &&
145 ksize = _ksize;
149 anchor.x = ksize.width / 2;
151 anchor.y = ksize.height / 2;
153 max_ky = MAX( anchor.y, ksize.height - anchor.y - 1 );
157 if( ksize.width <= 0 || ksize.height <= 0 |
    [all...]
cvsmooth.cpp 131 scale = normalized ? 1./(ksize.width*ksize.height) : 1;
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN);
194 int ksize = state->get_kernel_size().width; local
199 width = (width - 1)*cn; ksize *= cn;
204 for( i = 0; i < ksize; i += cn )
209 s += src[i+ksize] - src[i];
220 int ksize = state->get_kernel_size().width; local
225 width = (width - 1)*cn; ksize *= cn;
230 for( i = 0; i < ksize; i += cn
248 int ksize = state->get_kernel_size().height; local
308 int ksize = state->get_kernel_size().height; local
385 int ksize = state->get_kernel_size().height; local
443 int ksize = state->get_kernel_size().height; local
1479 CvSize ksize = { param1, param2 }; local
    [all...]
_cvimgproc.h 83 CvMat* icvIPPFilterInit( const CvMat* src, int stripe_size, CvSize ksize );
86 CvSize ksize, CvPoint anchor );
cvderiv.cpp 388 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
494 int ksize = _kx->cols + _kx->rows - 1; \
497 int ksize2 = ksize/2, ksize2n = ksize2*cn; \
512 else if( ksize == 3 ) \
519 else if( ksize == 5 ) \
552 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2; local
557 int shift = ksize - 1, delta = (1 << shift) >> 1;
573 if( ksize == 3 )
607 else if( ksize == 5
694 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize\/2; local
    [all...]
cvmorph.cpp 235 ksize.width*ksize.height*(2*sizeof(int) + sizeof(uchar*))));
269 for( i = 0; i < ksize.height; i++ )
270 for( j = 0; j < ksize.width; j++ )
468 int ksize = state->get_kernel_size().width; \
473 width *= cn; ksize *= cn; \
475 if( ksize == cn ) \
488 for( j = cn*2; j < ksize; j += cn ) \
502 for( j = cn; j < ksize; j += cn ) \
527 int ksize = state->get_kernel_size().height;
    [all...]
_cvipp.h 357 CvSize roi, CvSize ksize, CvPoint anchor ))
367 CvSize roi, CvSize ksize, CvPoint anchor ))
479 const float* kernel, ksizetype ksize, anchortype anchor ))
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 291 int32_t ksize = 0; local
344 ksize = (int32_t)uprv_strlen(newKeywords);
345 size += ksize + 1;
391 if ( ksize != 0)
403 p += ksize;
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 
  /external/opencv/cv/include/
cv.hpp 112 CvSize get_kernel_size() const { return ksize; }
150 CvSize ksize; member in class:CvBaseImageFilter
  /system/core/fastboot/
fastboot.cpp 330 unsigned ksize = 0, rsize = 0; local
339 kdata = load_file(kernel, &ksize);
354 *sz = ksize;
367 bdata = mkbootimg(kdata, ksize, kernel_offset,
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 141 int ksize; member in struct:work_stuff
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 68 #define SET_BPOS_AND_KSIZE(x,bpos,ksize) \
69 NJ_INT16_WRITE(((x)+3), ((NJ_UINT16)((bpos) << 7) | ((ksize) & 0x7F)))
    [all...]

Completed in 335 milliseconds