Searched refs:udst (Results 1 - 16 of 16) sorted by relevance

/external/opencv3/modules/core/test/ocl/
H A Dtest_dft.cpp113 OCL_ON(cv::dft(usrc, udst, dft_flags, nonzero_rows));
120 udst = udst(cv::Range(0, udst.rows), cv::Range(0, udst.cols/2 + 1));
124 EXPECT_MAT_NEAR(dst, udst, eps);
H A Dtest_channels.cpp160 std::vector<UMat> udst_roi, udst; local
198 dst.push_back(dst1), udst.push_back(udst1);
201 dst.push_back(dst2), udst.push_back(udst2);
204 dst.push_back(dst3), udst.push_back(udst3);
207 dst.push_back(dst4), udst.push_back(udst4);
222 EXPECT_MAT_NEAR(dst[i], udst[i], 0.0);
245 std::vector<UMat> usrc_roi, udst_roi, udst; local
268 udst.clear();
322 dst.push_back(dst1), udst.push_back(udst1);
325 dst.push_back(dst2), udst
[all...]
/external/opencv3/modules/imgproc/test/ocl/
H A Dtest_houghlines.cpp34 UMat usrc, udst; local
68 EXPECT_EQ(dst.size(), udst.size());
74 udst.copyTo(lines_gpu);
89 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
101 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
116 UMat usrc, udst; local
137 Mat lines_gpu = udst.getMat(ACCESS_READ);
169 OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
H A Dtest_medianfilter.cpp85 EXPECT_MAT_NEAR(dst, udst, threshold);
H A Dtest_canny.cpp112 EXPECT_MAT_SIMILAR(dst, udst, eps);
H A Dtest_filter2d.cpp106 EXPECT_MAT_NEAR(dst, udst, threshold);
/external/opencv3/modules/stitching/test/ocl/
H A Dtest_warpers.cpp55 UMat usrc, udst, uxmap, uymap; member in struct:cvtest::ocl::WarperTestBase
79 EXPECT_MAT_NEAR(dst, udst, threshold);
98 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
119 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
140 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
/external/opencv3/3rdparty/libwebp/enc/
H A Diterator.c114 uint8_t* const udst = it->yuv_in_ + U_OFF; local
128 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8);
154 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
168 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/opencv3/apps/traincascade/
H A Dboost.cpp469 unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + local
472 udst[i] = (unsigned short)src_lbls[sidx[i]];
566 unsigned short* udst = 0; local
680 udst = (unsigned short*)(buf->data.s + (size_t)work_var_count*sample_count);
686 if (udst)
687 udst[si] = (unsigned short)si;
851 udst = (unsigned short*)_buf->data.s;
865 *(udst + (size_t)fi*sample_count + si) = (unsigned short)si;
870 std::sort(udst + (size_t)fi*sample_count, udst
878 unsigned short* udst; member in struct:FeatureIdxOnlyPrecalc
915 unsigned short* udst; member in struct:FeatureValAndIdxPrecalc
[all...]
H A Dold_ml_tree.cpp158 unsigned short* udst = 0; local
427 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count);
462 pair16u32s_ptr[i].u = udst + i;
543 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count);
568 udst[i] = (unsigned short)i; // TODO: memory corruption may be here
575 std::sort(udst, udst + sample_count, LessThanIdx<float, unsigned short>(_fdst));
586 udst = (unsigned short*)(buf->data.s + (size_t)work_var_count*sample_count);
592 if (udst)
593 udst[
787 unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + local
[all...]
/external/webp/src/enc/
H A Diterator.c193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/opencv3/3rdparty/libwebp/dec/
H A Dframe.c173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
188 io->u = udst;
243 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/webp/src/dec/
H A Dframe.c423 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
447 io->u = udst;
499 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/valgrind/VEX/priv/
H A Dir_opt.c4748 IRExpr* udst; local
4769 udst = bb0->next;
4770 if (udst->tag == Iex_Const
4771 && (udst->Iex.Const.con->tag == Ico_U32
4772 || udst->Iex.Const.con->tag == Ico_U64)) {
4775 xxx_value = udst->Iex.Const.con->tag == Ico_U64
4776 ? udst->Iex.Const.con->Ico.U64
4777 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4793 udst = NULL; /* is now invalid */
4824 vassert(con->tag == udst
[all...]
/external/opencv3/modules/imgproc/src/opencl/
H A Dcvtcolor.cl482 __global uchar* udst = dstptr + mad24(y_rows + (y>>1), dst_step, dst_offset + (y%2)*(cols >> 1) + x);
483 __global uchar* vdst = udst + mad24(y_rows >> 2, dst_step, y_rows % 4 ? vsteps[y%2] : 0);
530 udst[0] = convert_uchar_sat(uv[uidx] );
532 udst[1] = convert_uchar_sat(uv[2 + uidx]);
548 udst[0] = convert_uchar_sat(uv[uidx] );
/external/opencv3/modules/core/src/
H A Dmatrix.cpp129 void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t sz[], argument
133 if(!usrc || !udst)
137 uchar* dstptr = udst->data;

Completed in 594 milliseconds