Home
last modified time | relevance | path

Searched refs:btab_esz (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilter.cpp232 int btab_esz = borderElemSize, wholeWidth = wholeSize.width; in start() local
237 int p0 = (borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*btab_esz; in start()
238 for( j = 0; j < btab_esz; j++ ) in start()
239 btab[i*btab_esz + j] = p0 + j; in start()
244 … int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*btab_esz; in start()
245 for( j = 0; j < btab_esz; j++ ) in start()
246 btab[(i + dx1)*btab_esz + j] = p0 + j; in start()
302 int esz = (int)getElemSize(srcType), btab_esz = borderElemSize; in proceed() local
342 if( btab_esz*(int)sizeof(int) == esz ) in proceed()
347 for( i = 0; i < _dx1*btab_esz; i++ ) in proceed()
[all …]