OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_opt
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/src/
sumpixels.cpp
350
String
build_opt
= format("-D sumT=%s -D LOCAL_SUM_SIZE=%d%s",
local
354
ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc,
build_opt
);
367
ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc,
build_opt
);
389
String
build_opt
= format("-D SUM_SQUARE -D sumT=%s -D sumSQT=%s -D LOCAL_SUM_SIZE=%d%s",
local
394
ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc,
build_opt
);
408
ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc,
build_opt
);
/external/opencv3/modules/core/src/
matrix.cpp
[
all
...]
convert.cpp
[
all
...]
Completed in 256 milliseconds