/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_accumulate.cpp | 63 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 84 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 105 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 126 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local
|
D | perf_blend.cpp | 63 const int srcType = get<1>(params); in OCL_PERF_TEST_P() local
|
D | perf_imgproc.cpp | 266 const int srcType = get<1>(params); in OCL_PERF_TEST_P() local
|
/external/opencv3/modules/cudafilters/src/ |
D | filtering.cpp | 116 …NPPBoxFilter::NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Sca… in NPPBoxFilter() 165 Ptr<Filter> cv::cuda::createBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borde… in createBoxFilter() 208 …LinearFilter::LinearFilter(int srcType, int dstType, InputArray _kernel, Point anchor, int borderM… in LinearFilter() 273 Ptr<Filter> cv::cuda::createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor,… in createLinearFilter() 286 Ptr<Filter> cv::cuda::createLaplacianFilter(int srcType, int dstType, int ksize, double scale, int … in createLaplacianFilter() 338 SeparableLinearFilter::SeparableLinearFilter(int srcType, int dstType, in SeparableLinearFilter() 421 Ptr<Filter> cv::cuda::createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, I… in createSeparableLinearFilter() 437 Ptr<Filter> cv::cuda::createDerivFilter(int srcType, int dstType, int dx, int dy, int ksize, bool n… in createDerivFilter() 455 Ptr<Filter> cv::cuda::createSobelFilter(int srcType, int dstType, int dx, int dy, int ksize, double… in createSobelFilter() 460 Ptr<Filter> cv::cuda::createScharrFilter(int srcType, int dstType, int dx, int dy, double scale, in… in createScharrFilter() [all …]
|
/external/opencv3/modules/cudaimgproc/src/ |
D | corners.cpp | 83 CornerBase::CornerBase(int srcType, int blockSize, int ksize, int borderType) : in CornerBase() 125 Harris(int srcType, int blockSize, int ksize, double k, int borderType) : in Harris() 153 MinEigenVal(int srcType, int blockSize, int ksize, int borderType) : in MinEigenVal() 179 Ptr<cuda::CornernessCriteria> cv::cuda::createHarrisCorner(int srcType, int blockSize, int ksize, d… in createHarrisCorner() 184 Ptr<cuda::CornernessCriteria> cv::cuda::createMinEigenValCorner(int srcType, int blockSize, int ksi… in createMinEigenValCorner()
|
D | gftt.cpp | 87 …GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector(int srcType, int maxCorners, double quali… in GoodFeaturesToTrackDetector() 211 Ptr<cuda::CornersDetector> cv::cuda::createGoodFeaturesToTrackDetector(int srcType, int maxCorners,… in createGoodFeaturesToTrackDetector()
|
D | match_template.cpp | 594 Ptr<cuda::TemplateMatching> cv::cuda::createTemplateMatching(int srcType, int method, Size user_blo… in createTemplateMatching()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix()
|
/external/opencv3/modules/core/src/ |
D | directx.cpp | 715 int srcType = src.type(); in convertToD3D11Texture2D() local 863 int srcType = src.type(); in convertToD3D10Texture2D() local 1014 int srcType = src.type(); in convertToDirect3DSurface9() local
|
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 250 int srcType; member in cv::FilterEngine
|
D | smooth.cpp | 1212 cv::Ptr<cv::BaseRowFilter> cv::getRowSumFilter(int srcType, int sumType, int ksize, int anchor) in getRowSumFilter() 1287 cv::Ptr<cv::FilterEngine> cv::createBoxFilter( int srcType, int dstType, Size ksize, in createBoxFilter() 1460 static Ptr<BaseRowFilter> getSqrRowSumFilter(int srcType, int sumType, int ksize, int anchor) in getSqrRowSumFilter() 1494 int srcType = _src.type(), sdepth = CV_MAT_DEPTH(srcType), cn = CV_MAT_CN(srcType); in sqrBoxFilter() local
|
D | deriv.cpp | 177 cv::Ptr<cv::FilterEngine> cv::createDerivFilter(int srcType, int dstType, in createDerivFilter()
|
/external/mesa3d/src/mesa/main/ |
D | pack.c | 2774 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() 3132 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_float_rgba() 3743 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_rgba() 4247 GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_span_ubyte() 4490 GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_span_float() 4690 GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_span_uint() 4849 GLenum srcFormat, GLenum srcType, in _mesa_unpack_dudv_span_byte() 4923 GLenum srcType, const GLvoid *source, in _mesa_unpack_index_span() 5142 GLenum srcType, const GLvoid *source, in _mesa_unpack_stencil_span() 5425 GLenum srcType, const GLvoid *source, in _mesa_unpack_depth_span()
|
D | texstore.c | 323 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_float_image() 435 GLenum srcFormat, GLenum srcType, in make_temp_uint_image() 564 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_ubyte_image() 800 type_mapping( GLenum srcType ) in type_mapping() 822 GLenum srcType ) in byteswap_mapping() 848 GLenum srcType, in _mesa_swizzle_ubyte_image() 931 GLenum srcFormat, GLenum srcType, in memcpy_texture()
|
D | image.c | 460 _mesa_convert_colors(GLenum srcType, const GLvoid *src, in _mesa_convert_colors()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 183 NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType… in memSegCopyHelper() 251 const void *src, Ncv32u srcPitch, NCVMemoryType srcType, in memSegCopyHelper2D()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_warp.cpp | 241 int srcType, map1Type, map2Type; in PARAM_TEST_CASE() local
|
D | test_color.cpp | 73 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in PARAM_TEST_CASE() local 330 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local 372 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local 406 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local
|
/external/skia/gm/ |
D | xfermodes.cpp | 158 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType, in draw_mode()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 897 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() 1364 int srcType = exprType; in atCastExpr() local 1390 int srcType = exprType; in checkCastExpr() local 1408 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 87 int srcType = src.type(); in checkOp() local 165 int Core_ReduceTest::checkCase( int srcType, int dstType, int dim, Size sz ) in checkCase()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 237 GLenum srcFormat, GLenum srcType) in nouveau_choose_tex_format()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 1022 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init() local
|