OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:convolution
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
calc_delay.py
26
def
convolution
(data0, data1reversed, n):
function
27
"""calculate
convolution
part of data0 with data1 from pos n"""
33
return
convolution
(*args)
/external/opencv3/modules/cudaarithm/perf/
perf_arithm.cpp
235
cv::Ptr<cv::cuda::
Convolution
>
convolution
= cv::cuda::createConvolution();
local
239
TEST_CYCLE()
convolution
->convolve(d_image, d_templ, dst, ccorr);
Completed in 80 milliseconds