OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernelx
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuFuzzyImageCompare.cpp
162
static void separableConvolve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int shiftX, int shiftY, const std::vector<float>&
kernelX
, const std::vector<float>& kernelY)
169
int kw = (int)
kernelX
.size();
182
float f =
kernelX
[kw-kx-1];
/external/opencv/cv/src/
_cvimgproc.h
88
int icvIPPSepFilter( const CvMat* src, CvMat* dst, const CvMat*
kernelX
,
cvfilter.cpp
[
all
...]
Completed in 97 milliseconds